Specifies the prespective view orientation.
Namespace: Neodynamic.WebControls.ImageDraw
Assembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration PerspectiveOrientation |
| C# |
|---|
public enum PerspectiveOrientation |
| Visual C++ |
|---|
public enum class PerspectiveOrientation |
Members
| Member | Description |
|---|---|
| BottomToTop |
Specifies the vertical perspective orientation by setting up the vanishing point at the bottom of an element.
|
| LeftToRight |
Specifies the horizontal perspective orientation by setting up the vanishing point at the left of an element.
|
| RightToLeft |
Specifies the horizontal perspective orientation by setting up the vanishing point at the right of an element.
|
| TopToBottom |
Specifies the vertical perspective orientation by setting up the vanishing point at the top of an element.
|