VerticalAlignment Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the vertical alignment characteristics that are applied to this element when it is composed within a parent element, such as a Panel.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property VerticalAlignment As VerticalAlignment
public VerticalAlignment VerticalAlignment { get; set; }
public:
property VerticalAlignment VerticalAlignment {
    VerticalAlignment get ();
    void set (VerticalAlignment value);
}
member VerticalAlignment : VerticalAlignment with get, set
function get VerticalAlignment () : VerticalAlignment
function set VerticalAlignment (value : VerticalAlignment)

Property Value

Type: Microsoft.SPOT.Presentation. . :: . .VerticalAlignment
A value of the VerticalAlignment enumeration. The default value is Stretch.

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace