Skip to main content

LayoutItemContainer.TextSize Property

Not supported.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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