nw::lyt::VertexColor Enumerated Type

Syntax

enum VertexColor;

Value

Value Description
VERTEXCOLOR_LT Represents the vertex color of the upper left corner.
VERTEXCOLOR_RT Represents the vertex color of the upper right corner.
VERTEXCOLOR_LB Represents the vertex color of the lower left corner.
VERTEXCOLOR_RB Represents the vertex color of the lower right corner.
VERTEXCOLOR_MAX Total number of enumerators.

Description

Used when accessing the vertex colors set for the four corners of a pane.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL