ItemControl.IconVerticalAlignment Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer Namespace