Class
RadialMenuElementNames

A list of names specific to RadialMenu component elements.

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public static class RadialMenuElementNames

Inheritance: objectRadialMenuElementNames

Fields

CentralButonName

The PART related to the central button of the RadialMenu.

Declaration

cs-api-definition
public const string CentralButonName = "PART_RadialButton"

Field Value

string

HoldingPanelName

The PART related to the panel holding all the RadialMenu elements.

Declaration

cs-api-definition
public const string HoldingPanelName = "PART_RadialPanel"

Field Value

string

InnerRingBackgroundName

The PART related to the inner ring backround control.

Declaration

cs-api-definition
public const string InnerRingBackgroundName = "InnerRingBackground"

Field Value

string

MenuItemsPanelName

The PART related to the panel holding all the RadRadialMenuItem elements.

Declaration

cs-api-definition
public const string MenuItemsPanelName = "MenuItemsPanel"

Field Value

string

NavigationItemsArrowName

The PART related to Arrow element of given NavigationItemButton.

Declaration

cs-api-definition
public const string NavigationItemsArrowName = "PART_ArrowGlyph"

Field Value

string

NavigationItemsPanelName

The PART related to the panel holding all the NavigationItemButton elements.

Declaration

cs-api-definition
public const string NavigationItemsPanelName = "NavigationItemsPanel"

Field Value

string

NavigationItemsPathName

The PART related to Path element of given NavigationItemButton.

Declaration

cs-api-definition
public const string NavigationItemsPathName = "PART_PathElement"

Field Value

string

OutterRingBackgroundName

The PART related to the outter ring backround control.

Declaration

cs-api-definition
public const string OutterRingBackgroundName = "OutterRingBackground"

Field Value

string

RadRadialMenuItemHeaderName

The PART related to the content control holding the Header of given RadRadialMenuItem elements.

Declaration

cs-api-definition
public const string RadRadialMenuItemHeaderName = "HeaderPresenter"

Field Value

string

RadRadialMenuItemIconPresenterName

The PART related to the content control holding the Image of given RadRadialMenuItem elements.

Declaration

cs-api-definition
public const string RadRadialMenuItemIconPresenterName = "IconPresenter"

Field Value

string

SectorItemsPanelName

The PART related to the panel holding all the SectorItem elements.

Declaration

cs-api-definition
public const string SectorItemsPanelName = "SectorItemsPanel"

Field Value

string

VisualStatesItemPresenterArrowName

The PART related to the arrow of given VisualStatesItemPresenter.

Declaration

cs-api-definition
public const string VisualStatesItemPresenterArrowName = "PART_ArrowElement"

Field Value

string

VisualStatesItemPresenterHoverArrowName

The PART related to the arrow shown if given VisualStatesItemPresenter is hovered.

Declaration

cs-api-definition
public const string VisualStatesItemPresenterHoverArrowName = "PART_HoverArrowElement"

Field Value

string

VisualStatesItemPresenterPointerOverPathElement

The PART that indicates whether VisualStatesItemPresenter is hovered.

Declaration

cs-api-definition
public const string VisualStatesItemPresenterPointerOverPathElement = "PART_MouseOverPathElement"

Field Value

string

VisualStatesItemPresenterSelectedPathElement

The PART that indicates whether VisualStatesItemPresenter is selected.

Declaration

cs-api-definition
public const string VisualStatesItemPresenterSelectedPathElement = "PART_SelectedPathElement"

Field Value

string

VisualStatesItemsPanelName

The PART related to the panel holding all the VisualStatesItemPresenter elements.

Declaration

cs-api-definition
public const string VisualStatesItemsPanelName = "VisualStatesItemsPanel"

Field Value

string