Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
The set of possible locations for the mouse on a frame Controls sizing border.
Namespace: Visual3D.UIAssembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public enum SizingLocation
Public Enumeration SizingLocation
Members
| Member | Value | Description |
|---|---|---|
| None | 0 |
Position is not a sizing location.
|
| TopLeft | 1 |
Position will size from the top-left.
|
| TopRight | 2 |
Position will size from the top-right.
|
| BottomLeft | 3 |
Position will size from the bottom left.
|
| BottomRight | 4 |
Position will size from the bottom right.
|
| Top | 5 |
Position will size from the top.
|
| Left | 6 |
Position will size from the left.
|
| Bottom | 7 |
Position will size from the bottom.
|
| Right | 8 |
Position will size from the right.
|