Brush.Transform Property
Silverlight
Gets or sets the transformation that is applied to the brush.
Namespace: System.Windows.Media
Assembly: System.Windows (in System.Windows.dll)
<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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.