Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NProgressBarProperties Class


In This Topic
    NProgressBarProperties Class Properties
    In This Topic

    For a list of all members of this type, see NProgressBarProperties members.

    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
    See Also