Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Transform object applied to a Geometry.
| XAML |
<object Transform="Transform" .../>
|
| Scripting |
value = object.Transform object.Transform = value |
Property Value
The transformation applied to the Geometry, provided as a value of type Transform: MatrixTransform, RotateTransform, ScaleTransform, SkewTransform, or TranslateTransform and you can use a TransformGroup to specify multiple transforms.
Remarks
Use this property to rotate, scale, skew, or translate the Geometry.
Applies To
EllipseGeometry, GeometryGroup, LineGeometry, PathGeometry, RectangleGeometry