Name | Description | |
---|---|---|
NProgressBar Constructor | Overloaded. |
The following tables list the members exposed by NProgressBar.
Name | Description | |
---|---|---|
NProgressBar Constructor | Overloaded. |
Name | Description | |
---|---|---|
AnimationSpeedProperty | Reference to the AnimationSpeed property. | |
BufferedPartChild | Reference to the BufferedPart child. | |
BufferedValueProperty | Reference to the BufferedValue property. | |
CompletedPartChild | Reference to the CompletedPart child. | |
IndeterminatePartSizePercentProperty | Reference to the IndeterminatePartSizePercent property. | |
LabelStyleProperty | Reference to the LabelStyle property. | |
ModeProperty | Reference to the Mode property. | |
NProgressBarSchema | Schema associated with NProgressBar. | |
RemainingPartChild | reference to the RemainingPart child. | |
RimWidthPercentProperty | Reference to the RimWidthPercent property. | |
StyleProperty | Reference to the Style property. |
Name | Description | |
---|---|---|
AnimationSpeed | Gets/Sets the animation speed in Indeterminate mode in percents per second of the total progress bar length. By default set to 2%. | |
BufferedPart | Gets/Sets the buffered part widget of the progress bar. Visible only when the Mode property is set to ENProgressBarMode.Buffered. | |
BufferedValue | Gets/Sets the buffered value of the progress bar. Taken into account only when Mode is set to ENProgressBarMode.Buffered. | |
CompletedPart | Gets/Sets the completed part widget of the progress bar. | |
IndeterminatePartSizePercent | Gets/Sets the size of the completed part when in Indeterminate mode in percents of the total progress bar length. By default set to 25%. | |
LabelStyle | Gets/Sets the progress label style. | |
Mode | Gets/Sets the progress bar mode. By default set to Determinate. | |
RemainingPart | Gets/Sets the empty part widget of the progress bar. | |
RimWidthPercent | Gets/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%. | |
Style | Gets/Sets the style of the progress bar. |
Name | Description | |
---|---|---|
ArrangeContent | Overridden. Overriden to layout the embedded controls. | |
CalculateBufferedFactor | Calculates the buffered part factor, i.e. the ratio of the buffered part to the whole progress bar from 0 to 1. | |
CalculateCompletedFactor | Calculates the completed part factor, i.e. the ratio of the completed part to the whole progress bar from 0 to 1. | |
GetLabelText | Gets the text of the progress label based on the current NRangeBase.Value, Mode and LabelStyle. | |
MeasureContent | Overridden. Measures the content of this progress bar. | |
OnModeChanged | Called when the Mode property has changed. | |
OnPaintBackground | Overridden. Paints the background of the box, which is performed before the custom painting in OnPrePaint. | |
OnPostPaint | Overridden. Performs the element post-children custom paint. | |
PaintLabel | Paints the progress label. | |
YCGd |