2 references to StartPointProperty
Microsoft.Maui.Controls (2)
LinearGradientBrush.cs (2)
38
get => (Point)GetValue(
StartPointProperty
);
39
set => SetValue(
StartPointProperty
, value);