C# Class Controls.Toolkit.Knob

Inheritance: Windows.UI.Xaml.Controls.Control
显示文件 Open project: RedSafi-UX/SugarUIEnhancedControls

Public Properties

Property Type Description
BackgroundProperty Windows.UI.Xaml.DependencyProperty
FillBackgroundProperty Windows.UI.Xaml.DependencyProperty
MaxValueProperty Windows.UI.Xaml.DependencyProperty
MaximumProperty Windows.UI.Xaml.DependencyProperty
MinValueProperty Windows.UI.Xaml.DependencyProperty
MinimumProperty Windows.UI.Xaml.DependencyProperty
PopColorProperty Windows.UI.Xaml.DependencyProperty
TextVlaueProperty Windows.UI.Xaml.DependencyProperty
ValueProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
Knob ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void
OnValueChanged ( DependencyPropertyChangedEventArgs e ) : void

Private Methods

Method Description
SetGradientStopOffset ( ) : void
rotateGrid_ManipulationDelta ( object sender, ManipulationDeltaRoutedEventArgs e ) : void
rotateGrid_ManipulationStarted ( object sender, ManipulationStartedRoutedEventArgs e ) : void
rotateGrid_PointerCaptureLost ( object sender, PointerRoutedEventArgs e ) : void
rotate_PointerEntered ( object sender, PointerRoutedEventArgs e ) : void
rotate_PointerExited ( object sender, PointerRoutedEventArgs e ) : void

Method Details

Knob() public method

public Knob ( ) : System
return System

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

OnValueChanged() protected method

protected OnValueChanged ( DependencyPropertyChangedEventArgs e ) : void
e Windows.UI.Xaml.DependencyPropertyChangedEventArgs
return void

Property Details

BackgroundProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml BackgroundProperty
return Windows.UI.Xaml.DependencyProperty

FillBackgroundProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml FillBackgroundProperty
return Windows.UI.Xaml.DependencyProperty

MaxValueProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml MaxValueProperty
return Windows.UI.Xaml.DependencyProperty

MaximumProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml MaximumProperty
return Windows.UI.Xaml.DependencyProperty

MinValueProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml MinValueProperty
return Windows.UI.Xaml.DependencyProperty

MinimumProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml MinimumProperty
return Windows.UI.Xaml.DependencyProperty

PopColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml PopColorProperty
return Windows.UI.Xaml.DependencyProperty

TextVlaueProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml TextVlaueProperty
return Windows.UI.Xaml.DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ValueProperty
return Windows.UI.Xaml.DependencyProperty