Properties | Description |
Border | Boolean value. Returns or sets whether a 3D border to drawn around the level meter. |
HiColor | Color. Returns or sets the color to be used when the level value exceeds the HiLevel property. |
HiLevel | Integer. Returns or sets the level value beyond which the control will draw the level using the HiColor property. |
Level | Integer. Returns or sets the current level to be displayed. This is the default property. Must be set between 0 to MaxLevel inclusive. |
LowColor | Color. Returns or sets the color to be used when the level value is below the MidLevel property. |
MaxLevel | Integer. Returns or sets the maximum level that the level meter displays. The minimum level possible is always 0. |
MidColor | Color. Returns or sets the color to be used when the level value is above the MidLevel property but below the HiLevel property. |
MidLevel | Integer. Returns or sets the level value beyond which the control will draw the level using the MidColor property. |
ShowPeak | Boolean. Returns or sets if the peak indicator should be drawn. |