[]
        
(Showing Draft Content)

C1.WPF.Menu.C1RadialSlider

C1RadialSlider Class

Used within the template of the C1RadialMenu control to display radial slider for selecting numeric values.

Namespace: C1.WPF.Menu
Assembly: C1.WPF.Menu.dll
Syntax
[TemplatePart(Name = "PointerPanel", Type = typeof(C1RadialPanel))]
public class C1RadialSlider : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IDisposable

Constructors

Name Description
C1RadialSlider()

Initializes a new instance of the C1RadialSlider class.

Fields

Name Description
CircularBrushProperty

Identifies the CircularBrush dependency property.

PointerPanelProperty

Identifies the PointerPanel dependency property.

PointerStyleProperty

Identifies the PointerStyle dependency property.

Properties

Name Description
CircularBrush

Gets the circular brush which can be used in the control template to represent radial gauge.

IsDisposed

Gets whether this instance is disposed.

Menu

Identifies the parent C1RadialMenu control.

PointerPanel

Control for draw pointers and value elements

PointerStyle

Gets or sets the style to draw pointer.

RadialNumericItem

Methods

Name Description
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the C1RadialSlider class.

GetContainerForItemOverride()
IsItemItsOwnContainerOverride(object)
OnApplyTemplate()
OnMouseLeave(MouseEventArgs)
OnMouseLeftButtonDown(MouseButtonEventArgs)
OnMouseLeftButtonUp(MouseButtonEventArgs)
OnMouseMove(MouseEventArgs)
PrepareContainerForItemOverride(DependencyObject, object)

Prepares the specified element to display the specified item.