Version

RotationInDegrees Property

Gets or sets the the rotation of the menu in degrees.
Syntax
'Declaration
 
Public Property RotationInDegrees As Single
public float RotationInDegrees {get; set;}
Remarks
Wedges are positioned on the menu starting from 0 degrees at the very top of the menu and the proceeding clockwise. RotationInDegrees allows you to rotate the menu clockwise by an arbitrary number of degrees. Negative values are allowed. This property is cumulative with RotationAsPercentageOfWedge.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also