2 references to MatrixProperty
Microsoft.Maui.Controls (2)
Shapes\MatrixTransform.cs (2)
15
set { SetValue(
MatrixProperty
, value); }
16
get { return (Matrix)GetValue(
MatrixProperty
); }