'宣言 Public Enum LayoutPropertyIds Inherits System.Enum
public enum LayoutPropertyIds : System.Enum
メンバ | 解説 |
---|---|
Anchor | GridBagConstraint.Anchor プロパティ |
Bottom | Insets.Bottom プロパティ |
Fill | GridBagConstraint.Fill プロパティ |
Insets | GridBagConstraint.Insets プロパティ |
Left | Insets.Left プロパティ |
OriginX | GridBagConstraint.OriginX プロパティ |
OriginY | GridBagConstraint.OriginY プロパティ |
Right | Insets.Right プロパティ |
SpanX | GridBagConstraint.SpanX プロパティ |
SpanY | GridBagConstraint.SpanY プロパティ |
Top | Insets.Top プロパティ |
WeightX | GridBagConstraint.WeightX プロパティ |
WeightY | GridBagConstraint.WeightY プロパティ |