Version

LayoutPropertyIds Enumeration

Contains ids for properites. Used by the SubObjectPropChange mechanism.
Syntax
'Declaration
 
Public Enum LayoutPropertyIds 
   Inherits System.Enum
public enum LayoutPropertyIds : System.Enum 
Members
MemberDescription
AnchorGridBagConstraint.Anchor property
BottomInsets.Bottom property
FillGridBagConstraint.Fill property
InsetsGridBagConstraint.Insets property
LeftInsets.Left property
OriginXGridBagConstraint.OriginX property
OriginYGridBagConstraint.OriginY property
RightInsets.Right property
SpanXGridBagConstraint.SpanX property
SpanYGridBagConstraint.SpanY property
TopInsets.Top property
WeightXGridBagConstraint.WeightX property
WeightYGridBagConstraint.WeightY property
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also