2 writes to Offset
Microsoft.Maui.Controls (2)
Brush\BrushTypeConverter.cs (1)
259
Offset
= offset ?? -1
GradientStop.cs (1)
38
Offset
= offset;
5 references to Offset
Microsoft.Maui.Controls (5)
Brush\Brush.cs (1)
68
gradientStops[i] = new GraphicsGradientStop(gs.
Offset
, gs.Color);
GradientStop.cs (4)
20
/// <summary>Bindable property for <see cref="
Offset
"/>.</summary>
22
nameof(
Offset
), typeof(float), typeof(GradientStop), 0f);
47
return Color == dest.Color && global::System.Math.Abs(
Offset
- dest.
Offset
) < 0.00001;