Back to Devexpress

Label.TextShape Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-label-1d5da692.md

latest1.1 KB
Original Source

Label.TextShape Property

Gets the label’s shape. This method supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraGauges.Core.Model

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Browsable(false)]
public TextShape TextShape { get; }
vb
<Browsable(False)>
Public ReadOnly Property TextShape As TextShape

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Drawing.TextShape

A TextShape object.

|

See Also

Label Class

Label Members

DevExpress.XtraGauges.Core.Model Namespace