TiPlotToolBar.FlatBorder

TiPlotToolBar

Specifies whether the toolbar has a raised or flat border.

property FlatBorder : Boolean;

Description

Use FlatBorder to specify whether the toolbar has a raised or flat border.

Example

Delphi

iComponent.ToolBar[0].FlatBorder := True;

C++ Builder

iComponent->ToolBar[0]->FlatBorder = True;

Contents | Index | Previous | Next