'宣言 Public Enum ControlLayoutManagerPropertyIds Inherits System.Enum
public enum ControlLayoutManagerPropertyIds : System.Enum
メンバ | 解説 |
---|---|
Alignment | UltraFlowLayoutManager.Alignment プロパティ |
ContainerControl | ControlLayoutManagerBase.ContainerControl プロパティ |
ExpandToFitHeight | UltraGridBagLayoutManager.ExpandToFitHeight プロパティ |
ExpandToFitWidth | UltraGridBagLayoutManager.ExpandToFitWidth プロパティ |
HorizontalAlignment | UltraFlowLayoutManager.HorizontalAlignment プロパティ |
HorizontalGap | UltraFlowLayoutManager.HorizontalGap プロパティ |
Margins | ControlLayoutManagerBase.Margins プロパティ |
Orientation | UltraFlowLayoutManager.Orientation プロパティ |
VerticalAlignment | UltraFlowLayoutManager.VerticalAlignment プロパティ |
VerticalGap | UltraFlowLayoutManager.VerticalGap プロパティ |
WrapItems | UltraFlowLayoutManager.WrapItems プロパティ |
プロパティ識別子は、Infragistics.Win.UltraComponentBase.PropertyChanged イベントのハンドラーに渡されます。これは、コンポーネントの状態の変更の通知を受け取りこれらの変更に対応するための一般的な技術を提供します。Infragistics.Win.UltraComponentBase から派生したすべてのコンポーネントはこの機能を公開します。