[]
Represents a FlexChart range slider control supporting additional visual styles.
[TemplatePart(Name = "DecreaseButton", Type = typeof(RepeatButton))]
[TemplatePart(Name = "IncreaseButton", Type = typeof(RepeatButton))]
public class C1AxisScrollbar : C1RangeSlider
Name | Description |
---|---|
C1AxisScrollbar() | Create an instance of AxisScrollbar. |
Name | Description |
---|---|
ScrollButtonsVisibleProperty | Identifies the ScrollButtonVisible dependency property. |
SelectedAreaBrushProperty | Identifies the SelectedAreaBrush dependency property. |
Name | Description |
---|---|
ScrollButtonsVisible | Gets or sets the decrease button and increase button is visible or not. |
SelectedAreaBrush | Gets or sets the brush of selected area. |
Name | Description |
---|---|
OnApplyTemplate() | Builds the visual tree for the C1AxisScrollbar control when a new template is applied. |
OnValueChanged(EventArgs) |