Version

MenuSettingsPropertyIds Enumeration

Enumeration which contains constants that identify the properties of the MenuSettings.
Syntax
'Declaration
 
Public Enum MenuSettingsPropertyIds 
   Inherits System.Enum
public enum MenuSettingsPropertyIds : System.Enum 
Members
MemberDescription
AppearanceAppearance property id.
BaseColorBaseColor property id.
BorderStyleBorderStyle property id.
BorderStyleCenterButtonBorderStyleCenterButton property id.
BorderStyleInnerRingBorderStyleInnerRing property id.
BorderStyleOuterRingBorderStyleOuterRing property id.
CenterButtonImageSizeCenterButtonImageSize property id.
CenterButtonKeyTipCenterButtonKeyTip property id.
InnerRingAppearanceInnerRingAppearance property id.
OuterRingAppearanceOuterRingAppearance property id.
OuterRingThicknessOuterRingThickness property id.
RotationAsPercentageOfWedgeRotationAsPercentageOfWedge property id.
RotationInDegreesRotationInDegrees property id.
SizeSize property id.
WedgeCountWedgeCount property id.
WedgeSpacingInDegreesWedgeSpacingInDegrees property id.
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