Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NProgressBarProperties Class
Properties Methods Events


In This Topic
    NProgressBarProperties Class Members
    In This Topic

    The following tables list the members exposed by NProgressBarProperties.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the maximum value of the range.  
    Public PropertyGets/sets the minimum value of the range.  
    Public PropertyGets/sets the orientation of the NProgressBar.  
    Public PropertyGets/sets a value indicating whether the NProgressBar will segmented.  
    Public PropertyGets/sets the width of a single segment(works if NProgressBar.Style == ProgressBarStyle.Segments).  
    Public PropertyGets/sets a value whether the NProgressBar will display text.  
    Public PropertyGets/sets the amount with which to increase the position of the NProgressBar due to a call PerformStep() method.  
    Public PropertyGets/sets the style of the NProgressBar.  
    Public PropertyGets/sets the text to be displayed by the NProgressBar. If null and ShowText is true the NProgressBar will display the percentage of ist progress.  
    Public PropertyGets/sets the current position of the NProgressBar.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies fields from the specified NProgressBarProperties object.  
    Public MethodOverloaded. Disposes all the resources used by the NProgressBarProperties object.  
    Public Method  
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Protected Method  
    Top
    Public Events
     NameDescription
    Public EventFired when a property has changed.  
    Top
    See Also