Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IndexDescription
indexIndex to an existing pane

...

Remarks

The PaneColors property provides you with the ability to customize the look and feel of a pane. The first two fields can be applied to all types of panes. The Text color establishes the Color used to render the pane's caption. The Background field is a Color Fill used to draw the pane's background. You can set either of these to "None" or "Auto" to use the defaults.

...

Here are screenshots of the same color fill applied with all possible combinations of the aforementioned flags: 

Code Block
ProgressFill = "Horizontal(Gradient(White, Red, 30%), Red, Gradient(Red, White, 30%), Border(Black))"
       

Image Added

         
 	ExtendProgressFill = 0, ExtendProgressBorder = 0 (Default)
       

Image Added

  
       ExtendProgressFill = 1, ExtendProgressBorder = 0
       

Image Added

       ExtendProgressFill= 0, ExtendProgressBorder = 1
       

Image Added

       ExtendProgressFill = 1, ExtendProgressBorder = 1

...

 

...

XP Theme

You can apply the XP theme to either the progress bar background (field 2) or the progress bar itself (field 4). Simply set either of these fields to "XP" to enable theming. Note that setting field <4> to "XP" only works with panes whose PaneType are "Progress Blocks" or "Progress Marquee".

...