LAYOUT_CONSTRConstant Class
Layout constraint specifiers
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetLAYOUT_CONSTRConstant

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static class LAYOUT_CONSTRConstant

The LAYOUT_CONSTRConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBOTTOM
adjust rectangle's bottom side
Public fieldStatic memberHCENTER
center rectangle with respect to width
Public fieldStatic memberHEIGHT
adjust rectangle's height
Public fieldStatic memberLEFT
adjust rectangle's left side
Public fieldStatic memberMOVEB
move rectangle, with respect to bottom
Public fieldStatic memberMOVEL
move rectangle, with respect to left
Public fieldStatic memberMOVER
move rectangle, with respect to right
Public fieldStatic memberMOVET
move rectangle, with respect to top
Public fieldStatic memberRIGHT
adjust rectangle's right side
Public fieldStatic memberTOP
adjust rectangle's top side
Public fieldStatic memberVCENTER
center rectangle with respect to height
Public fieldStatic memberWIDTH
adjust rectangle's width
Top
See Also