LayoutItemContainer.TextSize Property
In This Article
Not supported.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public override Size TextSize { get; }
#Property Value
Type | Description |
---|---|
Size | A |
#Remarks
The size of the container’s text cannot be changed. Thus this property has no effect.
See Also