TdxBarItem.Width Property
In This Article
Specifies the bar item’s width, in pixels.
#Declaration
Delphi
property Width: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
The bar item has the default width if this property is set to 0. A DPI-aware form (a TdxForm or TdxCustomForm descendant) automatically applies its scaling factor to the Width property value.
See Also