Table of Contents
Rotation Property

Gets or sets the rotation angle of this shape. This is a dependency property.

Syntax
 public Rotation Rotation { get; set; }

Property Value

One of the Rotation enumeration. The default value is Rotate0

Example

The QuarterGaugeShape by default renders a top-left Quarter, in order to create a top-right corner, you can set the Rotation property to Rotate90.

See Also