Skip to main content

TdxBarApplicationMenuExtraPane.WidthRatio Property

Specifies the ratio of the right panel’s width to the left panel’s width.

Declaration

property WidthRatio: Double read; write;

Property Value

Type
Double

Remarks

The right panel’s width is calculated as the left panel’s width, multiplied by the WidthRatio property’s value.

If the right panel’s width is directly specified via the Size property, then the WidthRatio property is ignored.

See Also