Skip to main content

TdxBarLargeButton.Height Property

Specifies button height.

Declaration

property Height: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

Use this property to set or access the vertical size of TdxBarLargeButton. The default Height value is 0. In this instance, height of the linked item control will be calculated automatically.

Set the Height property to a value greater than 0 to specify precise height of a button. In this instance, the caption or glyph will be clipped if the height is greater than the Height property value.

See Also