NevronOpenVision
Nevron.Nov.UI Namespace / NSlider Class
Fields Properties Methods Events


In This Topic
    NSlider Class Members
    In This Topic

    The following tables list the members exposed by NSlider.

    Public Constructors
     NameDescription
    Public ConstructorDefaut constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the Axis child.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NSlider.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Orientation property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the TicksInterval property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the TicksLength property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the TicksPlacement property.  
    Public Fieldstatic (Shared in Visual Basic)  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Fieldstatic (Shared in Visual Basic)  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGet/Sets the Axis.  
    Public PropertyGets or sets the slider's orientation.  
    Public PropertyGets or sets the value range at which ticks are drawn.  
    Public PropertyGets or sets the length of a tick. Valid only if TicksPlacement is not set to None.  
    Public PropertyGets or sets the way the ticks are placed.  
    Public PropertyGets or sets the stroking of the ticks.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Overriden to place the axis below all other children.  
    Public MethodOverridden. Gets the thumb value corresponding to the given location.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Arranges the content of this slider.  
    Protected MethodArranges the slider children horizontally.  
    Protected MethodArranges the slider children vertically.  
    Protected MethodComputes the X coordinate and the width of the axis when the slider is oriented horizontally.  
    Protected MethodComputes the height of the thumb.  
    Protected MethodComputes the width of the thumb.  
    Protected MethodComputes the Y coordinate and the height of the axis when the slider is oriented vertically.  
    Protected MethodOverridden. Creates the thumb of this slider.  
    Protected MethodOverridden. Measures the content of this slider.  
    Protected MethodOverridden. Called when the Maximum property has changed.  
    Protected MethodOverridden. Called when the Minimum property has changed.  
    Protected MethodCalled when the Orientation property has changed.  
    Protected MethodOverridden. Overriden to draw the scale.  
    Protected MethodPaints the tick of a horizontal slider.  
    Protected MethodPaint a tick at the given coordinates.  
    Protected MethodPaints the ticks of a vertical slider.  
    Top
    See Also