1 write to Matrix
Microsoft.Maui.Controls (1)
Shapes\TransformTypeConverter.cs (1)
20
Matrix
= MatrixTypeConverter.CreateMatrix(value?.ToString())
4 references to Matrix
Microsoft.Maui.Controls (4)
Shapes\MatrixTransform.cs (3)
7
/// <summary>Bindable property for <see cref="
Matrix
"/>.</summary>
9
BindableProperty.Create(nameof(
Matrix
), typeof(Matrix), typeof(MatrixTransform), new Matrix(),
26
Value =
Matrix
;
Shapes\TransformTypeConverter.cs (1)
28
return converter.ConvertToInvariantString(mt.
Matrix
);