Share via


ItemControl.IconVerticalAlignment Property

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

Get/Set the icon vertical alignment.

Default is Center.

Namespace:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

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

Property Value

Type: System.Windows.VerticalAlignment
Returns VerticalAlignment.

.NET Framework Security

See Also

Reference

ItemControl Class

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace