INavigationBar.Border

Syntax

Border: ControlBorderType;

Description

The Border property defines the borders to be drawn for the component.

Comments

Any value or the value combination of the enumerated ControlBorderType type must be specified as the property. When combination is selected, the values are separated with the key word Or. By default this property is set to ControlBorderType.All.

Example

The example of use is given in the description of the Pads property.

See also:

INavigationBar