C# Класс RadialMenuControl.UserControl.PieSlice

Наследование: Windows.UI.Xaml.Controls.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AngleProperty Windows.UI.Xaml.DependencyProperty
CustomValueProperty Windows.UI.Xaml.DependencyProperty
IconFontFamilyProperty Windows.UI.Xaml.DependencyProperty
IconForegroundBrushProperty Windows.UI.Xaml.DependencyProperty
IconImageProperty Windows.UI.Xaml.DependencyProperty
IconImageSideLengthProperty Windows.UI.Xaml.DependencyProperty
IconProperty Windows.UI.Xaml.DependencyProperty
IconSizeProperty Windows.UI.Xaml.DependencyProperty
IndicationArcColorProperty Windows.UI.Xaml.DependencyProperty
IndicationArcDistanceFromEdgeProperty Windows.UI.Xaml.DependencyProperty
IndicationArcEndPointProperty Windows.UI.Xaml.DependencyProperty
IndicationArcIsLargeArcProperty Windows.UI.Xaml.DependencyProperty
IndicationArcSizeProperty Windows.UI.Xaml.DependencyProperty
IndicationArcStartPointProperty Windows.UI.Xaml.DependencyProperty
IndicationArcStrokeThicknessProperty Windows.UI.Xaml.DependencyProperty
IndicationArcSweepAngleProperty Windows.UI.Xaml.DependencyProperty
InnerAccessKeyProperty Windows.UI.Xaml.DependencyProperty
InnerHoverColorProperty Windows.UI.Xaml.DependencyProperty
InnerNormalColorProperty Windows.UI.Xaml.DependencyProperty
InnerReleasedColorProperty Windows.UI.Xaml.DependencyProperty
InnerTappedColorProperty Windows.UI.Xaml.DependencyProperty
IsLabelHiddenProperty Windows.UI.Xaml.DependencyProperty
LabelProperty Windows.UI.Xaml.DependencyProperty
LabelSizeProperty Windows.UI.Xaml.DependencyProperty
OriginalRadialMenuButton RadialMenuControl.Components.RadialMenuButton
OriginalRadialMenuButtonProperty Windows.UI.Xaml.DependencyProperty
OuterAccessKeyProperty Windows.UI.Xaml.DependencyProperty
OuterArcThicknessProperty Windows.UI.Xaml.DependencyProperty
OuterDisabledColorProperty Windows.UI.Xaml.DependencyProperty
OuterHoverColorProperty Windows.UI.Xaml.DependencyProperty
OuterNormalColorProperty Windows.UI.Xaml.DependencyProperty
OuterTappedColorProperty Windows.UI.Xaml.DependencyProperty
RadiusProperty Windows.UI.Xaml.DependencyProperty
StartAngleProperty Windows.UI.Xaml.DependencyProperty
StrokeColorProperty Windows.UI.Xaml.DependencyProperty
StrokeThicknessProperty Windows.UI.Xaml.DependencyProperty
UseIndicationArcsProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
ClickInner ( ) : void

Programmatically "click" the inner arc in the PieSlice

ClickOuter ( ) : void

Programmatically "click" the outer arc in the PieSlice

PieSlice ( ) : System
UpdateSliceForRadio ( ) : void

If the PieSlice has been generated by a "radio" RadialMenuButton, this method ensures the correct visual state

UpdateSliceForToggle ( ) : void

If the PieSlice has been generated by a "toggle" RadialMenuButton, this method ensures the correct visual state

Приватные методы

Метод Описание
CreateCustomTextBox ( ) : void

Creates a textbox to allow input of custom values for custom type RadialMenuButtons

OnChangeMenuRequest ( object s, MenuBase sm ) : void
OnLoaded ( object sender, RoutedEventArgs routedEventArgs ) : void

Math and drawing operations for the path elements is handled in this OnLoaded event handler

SetupIndicationArc ( ) : void
innerPieSlicePath_PointerEntered ( object sender, PointerRoutedEventArgs e ) : void

Event handler for a pointer enter (mouse, touch, stylus) on the inner arc of the PieSlice

innerPieSlicePath_PointerExited ( object sender, PointerRoutedEventArgs e ) : void

Event handler for a pointer exit (mouse, touch, stylus) on the inner arc of the PieSlice

innerPieSlicePath_PointerPressed ( object sender, PointerRoutedEventArgs e ) : void

Event handler for a pointer press (mouse, touch, stylus) on the inner arc of the PieSlice

innerPieSlicePath_PointerReleased ( object sender, PointerRoutedEventArgs e ) : void

Event handler for a pointer release (mouse, touch, stylus) on the inner arc of the PieSlice

outerPieSlicePath_PointerEntered ( object sender, PointerRoutedEventArgs e ) : void

Event handler for a pointer enter (mouse, touch, stylus) on the outer arc of the PieSlice

outerPieSlicePath_PointerExited ( object sender, PointerRoutedEventArgs e ) : void

Event handler for a pointer exit (mouse, touch, stylus) on the outer arc of the PieSlice

outerPieSlicePath_PointerPressed ( object sender, PointerRoutedEventArgs e ) : void

Event handler for a pointer press (mouse, touch, stylus) for on the outer arc of the PieSlice

outerPieSlicePath_PointerReleased ( object sender, PointerRoutedEventArgs e ) : void

Event handler for a pointer relese (mouse, touch, stylus) on the outer arc of the PieSlice

Описание методов

ClickInner() публичный Метод

Programmatically "click" the inner arc in the PieSlice
public ClickInner ( ) : void
Результат void

ClickOuter() публичный Метод

Programmatically "click" the outer arc in the PieSlice
public ClickOuter ( ) : void
Результат void

PieSlice() публичный Метод

public PieSlice ( ) : System
Результат System

UpdateSliceForRadio() публичный Метод

If the PieSlice has been generated by a "radio" RadialMenuButton, this method ensures the correct visual state
public UpdateSliceForRadio ( ) : void
Результат void

UpdateSliceForToggle() публичный Метод

If the PieSlice has been generated by a "toggle" RadialMenuButton, this method ensures the correct visual state
public UpdateSliceForToggle ( ) : void
Результат void

Описание свойств

AngleProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml AngleProperty
Результат Windows.UI.Xaml.DependencyProperty

CustomValueProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml CustomValueProperty
Результат Windows.UI.Xaml.DependencyProperty

IconFontFamilyProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IconFontFamilyProperty
Результат Windows.UI.Xaml.DependencyProperty

IconForegroundBrushProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IconForegroundBrushProperty
Результат Windows.UI.Xaml.DependencyProperty

IconImageProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IconImageProperty
Результат Windows.UI.Xaml.DependencyProperty

IconImageSideLengthProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IconImageSideLengthProperty
Результат Windows.UI.Xaml.DependencyProperty

IconProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IconProperty
Результат Windows.UI.Xaml.DependencyProperty

IconSizeProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IconSizeProperty
Результат Windows.UI.Xaml.DependencyProperty

IndicationArcColorProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IndicationArcColorProperty
Результат Windows.UI.Xaml.DependencyProperty

IndicationArcDistanceFromEdgeProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IndicationArcDistanceFromEdgeProperty
Результат Windows.UI.Xaml.DependencyProperty

IndicationArcEndPointProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IndicationArcEndPointProperty
Результат Windows.UI.Xaml.DependencyProperty

IndicationArcIsLargeArcProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IndicationArcIsLargeArcProperty
Результат Windows.UI.Xaml.DependencyProperty

IndicationArcSizeProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IndicationArcSizeProperty
Результат Windows.UI.Xaml.DependencyProperty

IndicationArcStartPointProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IndicationArcStartPointProperty
Результат Windows.UI.Xaml.DependencyProperty

IndicationArcStrokeThicknessProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IndicationArcStrokeThicknessProperty
Результат Windows.UI.Xaml.DependencyProperty

IndicationArcSweepAngleProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IndicationArcSweepAngleProperty
Результат Windows.UI.Xaml.DependencyProperty

InnerAccessKeyProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml InnerAccessKeyProperty
Результат Windows.UI.Xaml.DependencyProperty

InnerHoverColorProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml InnerHoverColorProperty
Результат Windows.UI.Xaml.DependencyProperty

InnerNormalColorProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml InnerNormalColorProperty
Результат Windows.UI.Xaml.DependencyProperty

InnerReleasedColorProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml InnerReleasedColorProperty
Результат Windows.UI.Xaml.DependencyProperty

InnerTappedColorProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml InnerTappedColorProperty
Результат Windows.UI.Xaml.DependencyProperty

IsLabelHiddenProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml IsLabelHiddenProperty
Результат Windows.UI.Xaml.DependencyProperty

LabelProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml LabelProperty
Результат Windows.UI.Xaml.DependencyProperty

LabelSizeProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml LabelSizeProperty
Результат Windows.UI.Xaml.DependencyProperty

OriginalRadialMenuButton публичное свойство

Reference to the original RadialMenuButton that was used to create this PieSLice
public RadialMenuButton,RadialMenuControl.Components OriginalRadialMenuButton
Результат RadialMenuControl.Components.RadialMenuButton

OriginalRadialMenuButtonProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml OriginalRadialMenuButtonProperty
Результат Windows.UI.Xaml.DependencyProperty

OuterAccessKeyProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml OuterAccessKeyProperty
Результат Windows.UI.Xaml.DependencyProperty

OuterArcThicknessProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml OuterArcThicknessProperty
Результат Windows.UI.Xaml.DependencyProperty

OuterDisabledColorProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml OuterDisabledColorProperty
Результат Windows.UI.Xaml.DependencyProperty

OuterHoverColorProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml OuterHoverColorProperty
Результат Windows.UI.Xaml.DependencyProperty

OuterNormalColorProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml OuterNormalColorProperty
Результат Windows.UI.Xaml.DependencyProperty

OuterTappedColorProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml OuterTappedColorProperty
Результат Windows.UI.Xaml.DependencyProperty

RadiusProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml RadiusProperty
Результат Windows.UI.Xaml.DependencyProperty

StartAngleProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml StartAngleProperty
Результат Windows.UI.Xaml.DependencyProperty

StrokeColorProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml StrokeColorProperty
Результат Windows.UI.Xaml.DependencyProperty

StrokeThicknessProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml StrokeThicknessProperty
Результат Windows.UI.Xaml.DependencyProperty

UseIndicationArcsProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml UseIndicationArcsProperty
Результат Windows.UI.Xaml.DependencyProperty