[]
Used within the template of the C1RadialMenu control to display radial slider for selecting numeric values.
[TemplatePart(Name = "PointerPanel", Type = typeof(C1RadialPanel))]
public class C1RadialSlider : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IDisposable
Name | Description |
---|---|
C1RadialSlider() | Initializes a new instance of the C1RadialSlider class. |
Name | Description |
---|---|
CircularBrushProperty | Identifies the CircularBrush dependency property. |
PointerPanelProperty | Identifies the PointerPanel dependency property. |
PointerStyleProperty | Identifies the PointerStyle dependency property. |
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 |
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. |