Name | Description | |
---|---|---|
NRangeSlider Constructor | Default constructor. |
The following tables list the members exposed by NRangeSlider.
Name | Description | |
---|---|---|
NRangeSlider Constructor | Default constructor. |
Name | Description | |
---|---|---|
BeginThumbChild | Reference to the BeginThumb child. | |
BeginValueProperty | Reference to the BeginValue property. | |
EndThumbChild | Reference to the EndThumb child. | |
EndValueProperty | Reference to the EndValue property. | |
NRangeSliderSchema | Schema associated with NRangeSlider. |
Name | Description | |
---|---|---|
BeginThumb | Gets or sets the BeginThumb child. | |
BeginValue | Gets or sets the begin value of this range slider. | |
EndThumb | Gets or sets the EndThumb child. | |
EndValue | Gets or sets the end value of this range slider. |
Name | Description | |
---|---|---|
AccumulateDisplayChildren | Overridden. Overriden to add the begin and end thumbs. | |
GetThumbValue | Overridden. Gets the thumb value corresponding to the given location. |
Name | Description | |
---|---|---|
ArrangeHorizontally | Overridden. Arranges the slider children horizontally. | |
ArrangeVertically | Overridden. Arranges the slider children vertically. | |
ComputeHAxisXandWidth | Overridden. Computes the X coordinate and the width of the axis when the slider is oriented horizontally. | |
ComputeThumbHeight | Overridden. Computes the height of the thumb. | |
ComputeThumbWidth | Overridden. Computes the width of the thumb. | |
ComputeVAxisYandHeight | Overridden. Computes the Y coordinate and the height of the axis when the slider is oriented vertically. | |
CreateThumb | Overridden. Creates the thumb of this range slider. | |
OnBeginValueChanged | Called when the BeginValue property has changed. | |
OnEndValueChanged | Called when the EndValue property has changed. | |
OnScroll | Overridden. Raises the scroll event. | |
OnThumbDrag | Overridden. Called when a slider thumb is dragged. | |
OnValueChanged | Overridden. Called when the value property has changed. |
Name | Description | |
---|---|---|
BeginValueChanged | Occurs when the BeginValue property has changed. | |
EndValueChanged | Occurs when the EndValue property has changed. |