C# Class csCommon.csMapCustomControls.CircularMenu.CircularMenu

Inheritance: System.Windows.Controls.ContentControl
Mostra file Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
AccentBrushProperty System.Windows.DependencyProperty
ArrowArcSizeProperty System.Windows.DependencyProperty
BackgroundBrushProperty System.Windows.DependencyProperty
BorderSizeProperty System.Windows.DependencyProperty
CenterSizeProperty System.Windows.DependencyProperty
ItemSizeProperty System.Windows.DependencyProperty
MenuCenterSizeProperty System.Windows.DependencyProperty
OpenProperty System.Windows.DependencyProperty
SecondAccentBrushProperty System.Windows.DependencyProperty
SegmentsProperty System.Windows.DependencyProperty
SelectedItemProperty System.Windows.DependencyProperty
SizeProperty System.Windows.DependencyProperty

Public Methods

Method Description
Back ( ) : void
Draw ( ) : void
OnApplyTemplate ( ) : void
OpenChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
RootItem_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
SelectItem ( CircularMenuItem mi ) : void
Update ( ) : void

Private Methods

Method Description
CircularMenu ( ) : csCommon.Controls

Method Details

Back() public method

public Back ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OpenChanged() public static method

public static OpenChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

RootItem_PropertyChanged() public method

public RootItem_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
return void

SelectItem() public method

public SelectItem ( CircularMenuItem mi ) : void
mi CircularMenuItem
return void

Update() public method

public Update ( ) : void
return void

Property Details

AccentBrushProperty public_oe static_oe property

public static DependencyProperty,System.Windows AccentBrushProperty
return System.Windows.DependencyProperty

ArrowArcSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ArrowArcSizeProperty
return System.Windows.DependencyProperty

BackgroundBrushProperty public_oe static_oe property

public static DependencyProperty,System.Windows BackgroundBrushProperty
return System.Windows.DependencyProperty

BorderSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows BorderSizeProperty
return System.Windows.DependencyProperty

CenterSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows CenterSizeProperty
return System.Windows.DependencyProperty

ItemSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ItemSizeProperty
return System.Windows.DependencyProperty

MenuCenterSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows MenuCenterSizeProperty
return System.Windows.DependencyProperty

OpenProperty public_oe static_oe property

public static DependencyProperty,System.Windows OpenProperty
return System.Windows.DependencyProperty

SecondAccentBrushProperty public_oe static_oe property

public static DependencyProperty,System.Windows SecondAccentBrushProperty
return System.Windows.DependencyProperty

SegmentsProperty public_oe static_oe property

public static DependencyProperty,System.Windows SegmentsProperty
return System.Windows.DependencyProperty

SelectedItemProperty public_oe static_oe property

public static DependencyProperty,System.Windows SelectedItemProperty
return System.Windows.DependencyProperty

SizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows SizeProperty
return System.Windows.DependencyProperty