RepositoryItemBaseProgressBar.TextOrientation Property
Gets or sets the orientation of the text within the ProgressBar control.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(TextOrientation.Default)]
[DXCategory("Behavior")]
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