Back to Devexpress

LayoutItemContainer.TextSize Property

windowsforms-devexpress-dot-xtralayout-dot-layoutitemcontainer-d578960c.md

latest1.3 KB
Original Source

LayoutItemContainer.TextSize Property

Not supported.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override Size TextSize { get; }
vb
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public Overrides ReadOnly Property TextSize As Size

Property Value

TypeDescription
Size

A System.Drawing.Size.Empty structure.

|

Remarks

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

See Also

LayoutItemContainer Class

LayoutItemContainer Members

DevExpress.XtraLayout Namespace