Specifies the kind of textual information displayed.
Declaration
componentPropObj.ShowTextStyle
Read-Write Property | String |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
Description
Use the ShowTextStyle
property to determine what information displays. For the TcxProgressBar
component this property allows you to select whether to display the current progress position or completion percentage.
The text is displayed only if the ShowText
property is set to True.
Property Value
One of the following string values:
Value | Description |
---|---|
“cxtsPercent ” |
Displays the percentage of the operation completed. The percentage is calculated relatively to the range specified by the Min and Max values. This is the default value. |
“cxtsPosition ” |
Displays the current value of the Position property. |
See Also
ShowText Property
SolidTextColor Property
TextOrientation Property