Vcl.ButtonGroup.TButtonGroup.ButtonHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ButtonHeight: Integer read FButtonHeight write SetButtonHeight default 24;

C++

__property int ButtonHeight = {read=FButtonHeight, write=SetButtonHeight, default=24};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ButtonGroup.pas
Vcl.ButtonGroup.hpp
Vcl.ButtonGroup TButtonGroup

Description

ButtonHeight specifies the height of the buttons in the group.

Use ButtonHeight to set the height of all of the buttons contained within the button group.

See Also