StackPanelRowAlignment Enum
Specifies how rows are vertically aligned within a one or two row StackPanel.
public enum StackPanelRowAlignment
Fields
| Name | Description |
|---|---|
| Center | Rows are aligned to the center. |
| Top | Rows are aligned to the top. |