Skip to main content

TabbedGroup.TextSize Property

Gets or sets the size of the text region.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override Size TextSize { get; }

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