TabbedGroup.TextSize Property
Gets or sets the size of the text region.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Size | A System.Drawing.Size structure that defines the width and height of the text region. |
Remarks
This property overrides the BaseLayoutItem.TextSize property and isn’t intended to be used in code.
See Also