3 references to ValueProperty
Microsoft.Maui.Controls (3)
Shapes\Path.cs (1)
91
if (args.PropertyName == Transform.
ValueProperty
.PropertyName)
Shapes\Transform.cs (2)
15
set { SetValue(
ValueProperty
, value); }
16
get { return (Matrix)GetValue(
ValueProperty
); }