ViewOrientationType

Specifies the View Orientation type.

Declaration Syntax

public enum ViewOrientationType

Table 1710: Members

Member

Back

Back direction (i.e. 0,0,-1)

Member

Bottom

Bottom direction (i.e. 0,-1,0)

Member

Front

Front direction (i.e. 0,0,1)

Member

Iso

Iso direction (i.e. 1,1,1)

Member

Left

Left direction (i.e. -1,0,0)

Member

Right

Right direction (i.e. 1,0,0)

Member

Top

Top direction (i.e. 0,1,0)