[]
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
| Name | Description |
|---|---|
| C1RadialSlider() | Initializes a new instance of a C1RadialSlider. |
| Name | Description |
|---|---|
| CircularBrushProperty | Identifies the CircularBrush 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. |
| Menu | Identifies the parent C1RadialMenu control. |
| PointerStyle | Gets or sets the style to draw pointer. |
| RadialNumericItem |
| 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. |