| Name | Description | |
|---|---|---|
![]() | NSlider Constructor | Defaut constructor. |
The following tables list the members exposed by NSlider.
| Name | Description | |
|---|---|---|
![]() | NSlider Constructor | Defaut constructor. |
| Name | Description | |
|---|---|---|
![]() ![]() | AxisChild | Reference to the Axis child. |
![]() ![]() | CustomTicksProperty | Reference to the CustomTicks property. |
![]() ![]() | CustomTicksSnapStrengthProperty | Reference to the CustomTicksSnapStrength property. |
![]() ![]() | NSliderSchema | Schema associated with NSlider. |
![]() ![]() | OrientationProperty | Reference to the Orientation property. |
![]() ![]() | TicksIntervalProperty | Reference to the TicksInterval property. |
![]() ![]() | TicksLengthProperty | Reference to the TicksLength property. |
![]() ![]() | TicksPlacementProperty | Reference to the TicksPlacement property. |
![]() ![]() | TicksStrokeProperty | Reference to the TicksStroke property. |
| Name | Description | |
|---|---|---|
![]() | Axis | Get/Sets the Axis. |
![]() | CustomTicks | Gets or sets the custom ticks. When custom ticks are set, the slider will display only them and snap to them. By default null, which means that the slider will use automatically generated ticks. |
![]() | CustomTicksSnapStrength | Gets or sets the strengh with which custom ticks snap values. Measured as a distance in dips from the tick position. |
![]() | Orientation | Gets or sets the slider's orientation. |
![]() | TicksInterval | Gets or sets the value range at which ticks are drawn. |
![]() | TicksLength | Gets or sets the length of a tick. Valid only if TicksPlacement is not set to None. |
![]() | TicksPlacement | Gets or sets the way the ticks are placed. |
![]() | TicksStroke | Gets or sets the stroking of the ticks. |
| Name | Description | |
|---|---|---|
![]() | AccumulateDisplayChildren | Overridden. Overriden to place the axis below all other children. |
![]() | GetThumbValue | Overridden. Gets the thumb value corresponding to the given location. |
![]() | SnapValue | Overridden. Snaps the specified value. |
| Name | Description | |
|---|---|---|
![]() | ArrangeContent | Overridden. Arranges the content of this slider. |
![]() | ArrangeHorizontally | Arranges the slider children horizontally. |
![]() | ArrangeVertically | Arranges the slider children vertically. |
![]() | ComputeHAxisXandWidth | Computes the X coordinate and the width of the axis when the slider is oriented horizontally. |
![]() | ComputeThumbHeight | Computes the height of the thumb. |
![]() | ComputeThumbWidth | Computes the width of the thumb. |
![]() | ComputeVAxisYandHeight | Computes the Y coordinate and the height of the axis when the slider is oriented vertically. |
![]() | CreateThumb | Overridden. Creates the thumb of this slider. |
![]() | MeasureContent | Overridden. Measures the content of this slider. |
![]() | OnMaximumChanged | Overridden. Called when the Maximum property has changed. |
![]() | OnMinimumChanged | Overridden. Called when the Minimum property has changed. |
![]() | OnOrientationChanged | Called when the Orientation property has changed. |
![]() | OnPaintBackground | Overridden. Overriden to draw the scale. |
![]() | PaintHorizontalTicks | Paints the tick of a horizontal slider. |
![]() | PaintTick | Paint a tick at the given coordinates. |
![]() | PaintVerticalTicks | Paints the ticks of a vertical slider. |