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

TabbedGroup.TextSize Property

Gets or sets the size of the text region.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

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