2 references to ColorProperty
Microsoft.Maui.Controls (2)
GradientStop.cs (2)
16
get => (Color)GetValue(
ColorProperty
);
17
set => SetValue(
ColorProperty
, value);