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