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