Class SkewTransform
Represents a two-dimensional skew.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class SkewTransform : Transform
Fields
| Improve this Doc View SourceAngleXProperty
Identifies the AngleX dependency property.
Declaration
public static readonly DependencyProperty AngleXProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
AngleYProperty
Identifies the AngleY dependency property.
Declaration
public static readonly DependencyProperty AngleYProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
CenterXProperty
Identifies the CenterX dependency property.
Declaration
[NotImplemented]
public static readonly DependencyProperty CenterXProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
CenterYProperty
Identifies the CenterY dependency property.
Declaration
[NotImplemented]
public static readonly DependencyProperty CenterYProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceAngleX
Gets or sets the x-axis skew angle, which is measured in degrees counterclockwise from the y-axis.
Declaration
public double AngleX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AngleY
Gets or sets the y-axis skew angle, which is measured in degrees counterclockwise from the x-axis.
Declaration
public double AngleY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CenterX
Gets or sets the x-coordinate of the transform center. The default is 0.
Declaration
[NotImplemented]
public double CenterX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CenterY
Gets or sets the y-coordinate of the transform center. The default is 0.
Declaration
[NotImplemented]
public double CenterY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |