INavigationBar.Border

Syntax

Border: ControlBorderType;

Description

The Border property determines the borders to be rendered for the component.

Comments

Any value or the value combination of the enumerated ControlBorderType type must be specified as the property. When combination is specified, the values are separated with the keyword Or. The property is set to ControlBorderType.All by default.

Example

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

See also:

INavigationBar