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 |
| HorizontalEmbedChildEditorsTemplate | Stack category editor template with: LayoutDirection = LeftToRight, EmbedChildEditors = true. |
| HorizontalEmbedControlTemplate | Stack category editor template with: LayoutDirection = LeftToRight, EmbedControl = true. |
| HorizontalEqualFillEmbedControlTemplate | Stack category editor template with: LayoutDirection = LeftToRight, FillMode = Equal, EmbedControl = true. |
| HorizontalEqualFillTemplate | Stack category editor template with: LayoutDirection = LeftToRight, FillMode = Equal. |
| HorizontalFirstFillTemplate | Stack category editor template with: LayoutDirection = LeftToRight, FillMode = First. |
| HorizontalLastFillTemplate | Stack category editor template with: LayoutDirection = LeftToRight, FillMode = Last. |
| HorizontalTemplate | Stack category editor template with: LayoutDirection = LeftToRight. |
| LayoutDirectionProperty | Reference to the LayoutDirection property |
| NStackCategoryEditorSchema | Schema associated with NStackCategoryEditor |
| VerticalEmbedChildEditorsTemplate | Stack category editor template with: LayoutDirection = TopToBottom, EmbedChildEditors = true. |
| VerticalEmbedControlTemplate | Stack category editor template with: LayoutDirection = TopToBottom, EmbedControl = true. |
| VerticalFirstFillTemplate | Stack category editor template with: LayoutDirection = TopToBottom, FillMode = First. |
| VerticalLastFillTemplate | Stack category editor template with: LayoutDirection = TopToBottom, FillMode = Last. |
| VerticalTemplate | Stack category editor template with: LayoutDirection = TopToBottom. |
| VerticalWithoutLabelAlignmentTemplate | Stack category editor template 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