LayoutItemContainer.TextSize Property
Not supported.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.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