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


In This Topic
    NColorBar Class Members
    In This Topic

    The following tables list the members exposed by NColorBar.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NColorBar.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Orientation property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SelectedValue property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the UpdateWhileDragging property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the ValueSelectorExtendPercent property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the orientation of this color bar. By default set to Vertical.  
    Public PropertyGets or sets the currently selected color component value.  
    Public PropertyDetermines whether the selected value should be updated while the user drags the Value selector. If set to false the selected value is updated when the user releases the left mouse button. By default set to true.  
    Public PropertyGets or sets the extension of the value selector pointers, measured as a percent of the color bar width/height for vertical/horizontal color bars respectively. By default set to 30%.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCreates the raster for this color bar's background.  
    Protected MethodInvalidates the color bar image.  
    Protected MethodOverridden. Overriden to return the desired size of this color bar.  
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodOverridden.   
    Protected MethodCalled when the Orientation property has changed.  
    Protected MethodOverridden. Performs the element pre-children custom paint.  
    Protected MethodGets the point corresponding to the given value.  
    Protected MethodGets the value corresponding to the given point.  
    Top
    Public Events
     NameDescription
    Public EventUI event, which occurs when the user selects a new value from this color bar.  
    Top
    See Also