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

LayoutItemContainer.TextSize Property

Not supported.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override Size TextSize { get; }

Property Value

Type Description
Size

A Empty structure.

Remarks

The size of the container’s text cannot be changed. Thus this property has no effect.

See Also