C#
VB
C++
Gets or sets the transformation that is applied to the brush. This transformation is applied after the brush's output has been mapped and positioned.
public Transform Transform { get; set; }
Public Property Transform As Transform
The transformation to apply to the brush. The default value is the System.Windows.Media.Transform.Identity transformation.
Use this property to rotate, scale, skew, or translate a brush's content.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET