Skip to main content
A newer version of this page is available. .

RepositoryItemBaseProgressBar.TextOrientation Property

Gets or sets the orientation of the text within the ProgressBar control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(TextOrientation.Default)]
[SmartTagProperty("Text Orientation", "", SmartTagActionType.RefreshBoundsAfterExecute)]
public TextOrientation TextOrientation { get; set; }

Property Value

Type Default Description
DevExpress.Utils.Drawing.TextOrientation **Default**

A value that specifies the orientation of the text within the ProgressBar control.

Remarks

A ProgressBar control displays text if the RepositoryItemBaseProgressBar.ShowTitle property is set to true. Use the TextOrientation property to set the orientation of the text.

See Also