Brush.Transform Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the transformation that is applied to the brush.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<brush> <brush.Transform> singleTransform </brush.Transform> </brush>
XAML Values
Value | Description |
|---|---|
singleTransform | Exactly one object element for an object that derives from Transform. This can be one of the following: RotateTransform, ScaleTransform, SkewTransform, TranslateTransform, MatrixTransform, TransformGroup. By using a TransformGroup here, you can apply multiple transforms by defining child object elements of the TransformGroup. See XAML Values section for TransformGroup. |
Dependency property identifier field: TransformProperty
Use this property to rotate, scale, skew, or translate a brush's content.