IEaxMapBox.BorderStyle

Syntax

BorderStyle: ControlBorderStyle;

Description

The BorderStyle property determines the style of the component border.

Example

Executing the example requires a form with the Button1 button on it, the EaxMapBox component named EaxMapBox1, and the UiEaxMap component, that is a data source for EaxMapBox1.

Sub Button1OnClick(Sender: Object; Args: IMouseEventArgs);
Begin
    EaxMapBox1.BorderStyle := ControlBorderStyle.Flat;
End Sub Button1OnClick;

After executing the example the border of the EaxMapBox1 component is displayed in 3D mode.

See also:

IEaxMapBox