Table of Contents
Preview #
No previews available.
About #
GraffitiPagePanel is a that allows developers to embed multiple containers within their UI and easily switch between them.
Enumerations #
Name | Values |
---|---|
Styles | Solid |
Blocked |
Constants #
This product exposes no constants.
Events #
This product exposes no events.
Methods #
This product exposes no methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
BackgroundColor | ColorGroup | Nil | Customize the background color of the progressbar. |
BorderColor | ColorGroup | Nil | Color used to draw the border of the control. |
BorderRadius | Double | 0 | Radius of the control’s outside corners. Automatically corrects to (Max(Width, Height) / 2) – 1 is a value too large has been supplied. |
BorderSize | Double | 0 | Pen size used to draw the control’s border. |
FontStyle | GraffitiControlCanvas.FontStyles | Nil | Style — regular, bold, italic) used to draw text. |
ShowValue | Boolean | True | Determines whether the control will draw the value percentage or ValueText within the progressbar. |
Style | GraffitiProgressBar.Styles | Styles.Solid | Determines how how the progressbar’s value is drawn. |
Value | Integer | 0 | Value represented within the progressbar. |
ValueColor | ColorGroup | Nil | Color used to draw the area of the progressbar that is represented by Value. |
ValueText | String | “” | Text to draw in place of the Value percentage. Must be an empty string to draw Value percentage. |
ValueTextColor | ColorGroup | Nil | Color used to draw the value text. |