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


In This Topic
    NProgressBar Class Members
    In This Topic

    The following tables list the members exposed by NProgressBar.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the AnimationSpeed property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the BufferedPart child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the BufferedValue property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the CompletedPart child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the IndeterminatePartSizePercent property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the LabelStyle property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Mode property.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NProgressBar.  
    Public Fieldstatic (Shared in Visual Basic)reference to the RemainingPart child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the RimWidthPercent property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Style property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/Sets the animation speed in Indeterminate mode in percents per second of the total progress bar length. By default set to 2%.  
    Public PropertyGets/Sets the buffered part widget of the progress bar. Visible only when the Mode property is set to ENProgressBarMode.Buffered.  
    Public PropertyGets/Sets the buffered value of the progress bar. Taken into account only when Mode is set to ENProgressBarMode.Buffered.  
    Public PropertyGets/Sets the completed part widget of the progress bar.  
    Public PropertyGets/Sets the size of the completed part when in Indeterminate mode in percents of the total progress bar length. By default set to 25%.  
    Public PropertyGets/Sets the progress label style.  
    Public PropertyGets/Sets the progress bar mode. By default set to Determinate.  
    Public PropertyGets/Sets the empty part widget of the progress bar.  
    Public PropertyGets/Sets the width of the rim of a circular progress bar relative to the radius of the circular progress bar. Taken into account only when Style is set to ENProgressBarStyle.Circular. By default set to 50%.  
    Public PropertyGets/Sets the style of the progress bar.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to layout the embedded controls.  
    Protected MethodCalculates the buffered part factor, i.e. the ratio of the buffered part to the whole progress bar from 0 to 1.  
    Protected MethodCalculates the completed part factor, i.e. the ratio of the completed part to the whole progress bar from 0 to 1.  
    Protected MethodGets the text of the progress label based on the current NRangeBase.Value, Mode and LabelStyle.  
    Protected MethodOverridden. Measures the content of this progress bar.  
    Protected MethodCalled when the Mode property has changed.  
    Protected MethodOverridden. Paints the background of the box, which is performed before the custom painting in OnPrePaint.  
    Protected MethodOverridden. Performs the element post-children custom paint.  
    Protected MethodPaints the progress label.  
    Internal Method  
    Top
    See Also