IVZControlStyle.GetBorderPen

Syntax

GetBorderPen(state: VisualizatorControlState): IGxPenBase;

Parameters

state. Control state.

Description

The GetBorderPen method returns the pen that sets style of control borders for the specified state.

Example

Example of use is given on the description page of the IVZControlStyle.SetBackground property.

See also:

IVZControlStyle