3 writes to StartPoint
Microsoft.Maui.Controls (3)
Brush\Brush.cs (1)
36
return new LinearGradientBrush { GradientStops = gradientStops,
StartPoint
= startPoint, EndPoint = endPoint };
Brush\BrushTypeConverter.cs (1)
234
StartPoint
= startPoint,
LinearGradientBrush.cs (1)
25
StartPoint
= startPoint;
3 references to StartPoint
Microsoft.Maui.Controls (3)
Brush\Brush.cs (1)
73
var startPoint = linearGradientBrush.
StartPoint
;
LinearGradientBrush.cs (2)
31
/// <summary>Bindable property for <see cref="
StartPoint
"/>.</summary>
33
nameof(
StartPoint
), typeof(Point), typeof(LinearGradientBrush), new Point(0, 0));