[]
        
(Showing Draft Content)

C1.WPF.C1RadialSlider

C1RadialSlider Class

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

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

Constructors

Name Description
C1RadialSlider()

Initializes a new instance of a C1RadialSlider.

Fields

Name Description
CircularBrushProperty

Identifies the CircularBrush 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.

Menu

Identifies the parent C1RadialMenu control.

PointerStyle

Gets or sets the style to draw pointer.

RadialNumericItem

Methods

Name Description
GetContainerForItemOverride()
IsItemItsOwnContainerOverride(object)
OnApplyTemplate()

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

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

Prepares the specified element to display the specified item.

Extension Methods