Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
The set of possible locations for the mouse on a frame Controls sizing border.

Namespace: Visual3D.UI
Assembly: 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

MemberValueDescription
None0
Position is not a sizing location.
TopLeft1
Position will size from the top-left.
TopRight2
Position will size from the top-right.
BottomLeft3
Position will size from the bottom left.
BottomRight4
Position will size from the bottom right.
Top5
Position will size from the top.
Left6
Position will size from the left.
Bottom7
Position will size from the bottom.
Right8
Position will size from the right.

See Also