[]
Represents the FarPoint progress indicator control.
public class FpProgress : ControlBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Public Class FpProgress
Inherits ControlBase
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Name | Description |
---|---|
FpProgress() | Creates a new FarPoint progress indicator control. |
Name | Description |
---|---|
theme | Internal use only. Visual style theme. |
Name | Description |
---|---|
BackgroundImage | Gets or sets the background image for the control. |
FillColor | Gets or sets the color to paint the progress indicator. |
FillColor2 | Gets or sets the second color (for a gradient) to paint the progress indicator. |
FillTextColor | Gets or sets the color of the text of the progress indicator. |
GradientMode | Gets or sets the gradient style displayed for the progress indicator when the style is set to display a gradient. |
HorizontalAlignment | Gets or sets the horizontal alignment of text in the progress indicator. |
Maximum | Gets or sets the maximum value of the progress indicator. |
Minimum | Gets or sets the minimum value of the progress indicator. |
Orientation | Gets or sets the orientation of the progress indicator. |
Picture | Gets or sets the image displayed for the progress indicator when they style is set to display a picture. |
ShowText | Gets or sets whether the percentage displays as text inside the progress indicator. |
Style | Gets or sets how the progress indicator is displayed. |
Text | Gets or sets the value as a string |
TextStyle | Gets or sets how the text portion of the progress indicator is displayed. |
Value | Gets or sets the current value of the progress indicator. |
VerticalAlignment | Gets or sets the vertical alignment of text in the progress indicator. |
VisualStyles | Gets or sets whether to use visual styles in the display of the progress indicator. |