Name | Description | |
---|---|---|
![]() | NProgressBarProperties Constructor | Overloaded. |
The following tables list the members exposed by NProgressBarProperties.
Name | Description | |
---|---|---|
![]() | NProgressBarProperties Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Maximum | Gets/sets the maximum value of the range. |
![]() | Minimum | Gets/sets the minimum value of the range. |
![]() | Orientation | Gets/sets the orientation of the NProgressBar. |
![]() | Segments | Gets/sets a value indicating whether the NProgressBar will segmented. |
![]() | SegmentStep | Gets/sets the width of a single segment(works if NProgressBar.Style == ProgressBarStyle.Segments). |
![]() | ShowText | Gets/sets a value whether the NProgressBar will display text. |
![]() | Step | Gets/sets the amount with which to increase the position of the NProgressBar due to a call PerformStep() method. |
![]() | Style | Gets/sets the style of the NProgressBar. |
![]() | Text | Gets/sets the text to be displayed by the NProgressBar. If null and ShowText is true the NProgressBar will display the percentage of ist progress. |
![]() | Value | Gets/sets the current position of the NProgressBar. |
Name | Description | |
---|---|---|
![]() | Copy | Copies fields from the specified NProgressBarProperties object. |
![]() | Dispose | Overloaded. Disposes all the resources used by the NProgressBarProperties object. |
![]() | GetObjectData | |
![]() | ToString |
Name | Description | |
---|---|---|
![]() | Finalize | |
![]() | OnPropertyChanged |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Fired when a property has changed. |