2 references to SizeProperty
Microsoft.Maui.Controls (2)
Shapes\ArcSegment.cs (2)
57
set { SetValue(
SizeProperty
, value); }
58
get { return (Size)GetValue(
SizeProperty
); }