SkewTransform Properties
.NET Framework 3.5
The SkewTransform type exposes the following members.
| Name | Description | |
|---|---|---|
|
AngleX | Gets or sets the x-axis skew angle, which is measured in degrees counterclockwise from the y-axis. This is a dependency property. |
|
AngleY | Gets or sets the y-axis skew angle, which is measured in degrees counterclockwise from the x-axis. This is a dependency property. |
|
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) |
|
CenterX | Gets or sets the x-coordinate of the transform center. This is a dependency property. |
|
CenterY | Gets or sets the y-coordinate of the transform center. This is a dependency property. |
|
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) |
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
HasAnimatedProperties | Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties. (Inherited from Animatable.) |
|
Inverse | Gets the inverse of this transform, if it exists. (Inherited from Transform.) |
|
IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) |
|
IsSealed | Gets a value that declares whether this instance is currently read-only. (Inherited from DependencyObject.) |
|
Value | Gets the current transformation value as a Matrix. (Overrides Transform.Value.) |