HorizontalAlignment 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 horizontal 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 HorizontalAlignment As HorizontalAlignment
public HorizontalAlignment HorizontalAlignment { get; set; }
public:
property HorizontalAlignment HorizontalAlignment {
    HorizontalAlignment get ();
    void set (HorizontalAlignment value);
}
member HorizontalAlignment : HorizontalAlignment with get, set
function get HorizontalAlignment () : HorizontalAlignment
function set HorizontalAlignment (value : HorizontalAlignment)

Property Value

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

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace