NStackCategoryEditor Class Members
In This Topic
The following tables list the members exposed by NStackCategoryEditor.
Public Constructors
Public Fields
| Name | Description |
  | AlignLabelsProperty | Reference to the AlignLabels property. |
  | FillModeProperty | Reference to the FillMode property |
  | FitModeProperty | Reference to the FitMode property |
  | HorizontalEmbedChildEditorsFactory | Stack category editor factory with: LayoutDirection = LeftToRight, EmbedChildEditors = true. |
  | HorizontalEmbedControlFactory | Stack category editor factory with: LayoutDirection = LeftToRight, EmbedControl = true. |
  | HorizontalEqualStretchEmbedControlFactory | Stack category editor factory with: LayoutDirection = LeftToRight, FillMode = Equal, EmbedControl = true. |
  | HorizontalEqualStretchFactory | Stack category editor factory with: LayoutDirection = LeftToRight, FillMode = Equal. |
  | HorizontalFactory | Stack category editor factory with: LayoutDirection = LeftToRight. |
  | HorizontalFirstStretchFactory | Stack category editor factory with: LayoutDirection = LeftToRight, FillMode = First. |
  | HorizontalLastStretchFactory | Stack category editor factory with: LayoutDirection = LeftToRight, FillMode = Last. |
  | LayoutDirectionProperty | Reference to the LayoutDirection property |
  | NStackCategoryEditorSchema | Schema associated with NStackCategoryEditor |
  | VerticalEmbedChildEditorsFactory | Stack category editor factory with: LayoutDirection = TopToBottom, EmbedChildEditors = true. |
  | VerticalEmbedControlFactory | Stack category editor factory with: LayoutDirection = TopToBottom, EmbedControl = true. |
  | VerticalFactory | Stack category editor factory with: LayoutDirection = TopToBottom. |
  | VerticalFirstStretchFactory | Stack category editor factory with: LayoutDirection = TopToBottom, FillMode = First. |
  | VerticalLastStretchFactory | Stack category editor factory with: LayoutDirection = TopToBottom, FillMode = Last. |
  | VerticalWithoutLabelAlignmentFactory | Stack category editor factory with: LayoutDirection = TopToBottom and AlignLabels = false. |
Top
Public Properties
| Name | Description |
 | AlignLabels | Gets/Sets whether to align labels by placing them in an uni size group box. Applicable only for vertically oriented stacks, i.e. stacks with TopToBottom or BottomToTop direction. |
 | FillMode | Gets or sets the fill mode of the editor stack |
 | FitMode | Gets or sets the fit mode of the editor stack |
 | LayoutDirection | Gets or sets the layout direction of the editor |
Top
See Also