[]
        
(Showing Draft Content)

C1.WPF.Menu.C1RadialNumericItem

C1RadialNumericItem Class

Namespace: C1.WPF.Menu
Assembly: C1.WPF.Menu.dll
Syntax
public class C1RadialNumericItem : C1RadialMenuItem, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IDisposable

Constructors

Name Description
C1RadialNumericItem()

Initializes a new instance of the C1RadialNumericItem class.

Fields

Name Description
GaugeStartAngleProperty

Identifies the GaugeStartAngle dependency property.

IntervalProperty

Identifies the Interval dependency property.

MarkEndAngleProperty

Identifies the MarkEndAngle dependency property.

MarkStartAngleProperty

Identifies the MarkStartAngle dependency property.

MarkStyleProperty

Identifies the MarkStyle dependency property.

MaximumProperty

Identifies the Maximum dependency property.

MinimumProperty

Identifies the Minimum dependency property.

PointerStyleProperty

Identifies the PointerStyle dependency property.

SliderMarginProperty

Identifies the SliderMargin dependency property.

ValueProperty

Identifies the Value dependency property.

Properties

Name Description
GaugeStartAngle

Gets or sets a value that indicates the angle to position the radial gauge beginning.

Interval

Value interval to generate items if Items collection is empty.

MarkEndAngle

Gets or sets a value that indicates the angle to position the last mark.

MarkStartAngle

Gets or sets a value that indicates the angle to position the first mark.

MarkStyle

Gets or sets the style used to display the mark in the radial slider.

Maximum

Maximum value for the C1RadialNumericItem.

Minimum

Minimum value for the C1RadialNumericItem.

PointerStyle

Gets or sets the style used to display the pointer in the radial slider.

SliderMargin

The margin of the radial slider.

Value

Gets or sets the Value property.

Methods

Name Description
Dispose(bool)
OnApplyTemplate()
OnItemsChanged(NotifyCollectionChangedEventArgs)