Gets or sets the transformation that is applied to the brush.
Syntax
<brush> <brush.Transform> singleTransform </brush.Transform> </brush>
XAML Values
- singleTransform
-
Exactly one object element for an object that derives from Transform. This can be one of the following: RotateTransform, ScaleTransform, SkewTransform, TranslateTransform, MatrixTransform, or TransformGroup. By using a TransformGroup here, you can apply multiple transforms by defining child object elements of the TransformGroup. See the XAML Values section for TransformGroup.
Property value
Type: Transform
The transformation to apply to the brush.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012