ClassRadialMenuElementNames
A list of names specific to RadialMenu component elements.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public static class RadialMenuElementNames
Inheritance: objectRadialMenuElementNames
Fields
CentralButonName
The PART related to the central button of the RadialMenu.
Declaration
public const string CentralButonName = "PART_RadialButton"
Field Value
HoldingPanelName
The PART related to the panel holding all the RadialMenu elements.
Declaration
public const string HoldingPanelName = "PART_RadialPanel"
Field Value
InnerRingBackgroundName
The PART related to the inner ring backround control.
Declaration
public const string InnerRingBackgroundName = "InnerRingBackground"
Field Value
MenuItemsPanelName
The PART related to the panel holding all the RadRadialMenuItem elements.
Declaration
public const string MenuItemsPanelName = "MenuItemsPanel"
Field Value
NavigationItemsArrowName
The PART related to Arrow element of given NavigationItemButton.
Declaration
public const string NavigationItemsArrowName = "PART_ArrowGlyph"
Field Value
NavigationItemsPanelName
The PART related to the panel holding all the NavigationItemButton elements.
Declaration
public const string NavigationItemsPanelName = "NavigationItemsPanel"
Field Value
NavigationItemsPathName
The PART related to Path element of given NavigationItemButton.
Declaration
public const string NavigationItemsPathName = "PART_PathElement"
Field Value
OutterRingBackgroundName
The PART related to the outter ring backround control.
Declaration
public const string OutterRingBackgroundName = "OutterRingBackground"
Field Value
RadRadialMenuItemHeaderName
The PART related to the content control holding the Header of given RadRadialMenuItem elements.
Declaration
public const string RadRadialMenuItemHeaderName = "HeaderPresenter"
Field Value
RadRadialMenuItemIconPresenterName
The PART related to the content control holding the Image of given RadRadialMenuItem elements.
Declaration
public const string RadRadialMenuItemIconPresenterName = "IconPresenter"
Field Value
SectorItemsPanelName
The PART related to the panel holding all the SectorItem elements.
Declaration
public const string SectorItemsPanelName = "SectorItemsPanel"
Field Value
VisualStatesItemPresenterArrowName
The PART related to the arrow of given VisualStatesItemPresenter.
Declaration
public const string VisualStatesItemPresenterArrowName = "PART_ArrowElement"
Field Value
VisualStatesItemPresenterHoverArrowName
The PART related to the arrow shown if given VisualStatesItemPresenter is hovered.
Declaration
public const string VisualStatesItemPresenterHoverArrowName = "PART_HoverArrowElement"
Field Value
VisualStatesItemPresenterPointerOverPathElement
The PART that indicates whether VisualStatesItemPresenter is hovered.
Declaration
public const string VisualStatesItemPresenterPointerOverPathElement = "PART_MouseOverPathElement"
Field Value
VisualStatesItemPresenterSelectedPathElement
The PART that indicates whether VisualStatesItemPresenter is selected.
Declaration
public const string VisualStatesItemPresenterSelectedPathElement = "PART_SelectedPathElement"
Field Value
VisualStatesItemsPanelName
The PART related to the panel holding all the VisualStatesItemPresenter elements.
Declaration
public const string VisualStatesItemsPanelName = "VisualStatesItemsPanel"
Field Value