VerticalAlignment Enumeration
Silverlight
Describes how a child element is vertically positioned or stretched within a parent's layout slot.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
| Member name | Description | |
|---|---|---|
|
Top | The element is aligned to the top of the parent's layout slot. |
|
Center | The element is aligned to the center of the parent's layout slot. |
|
Bottom | The element is aligned to the bottom of the parent's layout slot. |
|
Stretch | The element is stretched to fill the entire layout slot of the parent element. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.