1 write to CenterX
Microsoft.Maui.Controls (1)
Shapes\SkewTransform.cs (1)
27
CenterX
= centerX;
3 references to CenterX
Microsoft.Maui.Controls (3)
Shapes\SkewTransform.cs (3)
41
/// <summary>Bindable property for <see cref="
CenterX
"/>.</summary>
43
BindableProperty.Create(nameof(
CenterX
), typeof(double), typeof(SkewTransform), 0.0,
91
Value = new Matrix(1, tanY, tanX, 1, -CenterY * tanX, -
CenterX
* tanY);