[]
        
(Showing Draft Content)

C1.WPF.C1RadialNumericItem

C1RadialNumericItem Class

An item for numeric items selection inside a C1RadialMenu control.

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

Constructors

Name Description
C1RadialNumericItem()

Initializes a new instance of a C1RadialNumericItem.

Fields

Name Description
DisabledCuesVisibilityProperty

Identifies the DisabledCuesVisibility dependency property.

FocusCuesVisibilityProperty

Identifies the FocusCuesVisibility dependency property.

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
DisabledCuesVisibility

Gets or sets a value indicating whether the disabled visuals of the control are visible.

FocusCuesVisibility

Gets or sets a value indicating whether the focus visuals of the control are visible.

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
OnApplyTemplate()

Builds the visual tree for the C1RadialNumericItem control when a new template is applied.

OnItemsChanged(NotifyCollectionChangedEventArgs)

Extension Methods