LumiSoft.UI.Controls
Class AnchorStyles

java.lang.Object
  extended by LumiSoft.UI.Controls.AnchorStyles

public class AnchorStyles
extends java.lang.Object


Field Summary
static int All
           
static int Bottom
           
static int Left
           
static int None
           
static int Right
           
static int Top
           
 
Constructor Summary
AnchorStyles()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None
See Also:
Constant Field Values

Top

public static final int Top
See Also:
Constant Field Values

Bottom

public static final int Bottom
See Also:
Constant Field Values

Left

public static final int Left
See Also:
Constant Field Values

Right

public static final int Right
See Also:
Constant Field Values

All

public static final int All
See Also:
Constant Field Values
Constructor Detail

AnchorStyles

public AnchorStyles()