Share via


RibbonTab.TabHeaderLeft Property

Gets a value that indicates the position of the left edge of the corresponding RibbonTabHeader in the coordinate space of this RibbonTab.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property TabHeaderLeft As Double
public double TabHeaderLeft { get; internal set; }
public:
property double TabHeaderLeft {
    double get ();
    internal: void set (double value);
}
member TabHeaderLeft : float with get, internal set
function get TabHeaderLeft () : double
internal function set TabHeaderLeft (value : double)

Property Value

Type: System.Double
A value that indicates the position of the left edge of the corresponding RibbonTabHeader in the coordinate space of this RibbonTab. The registered default is nulla null reference (Nothing in Visual Basic). For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

TabHeaderLeftProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonTab Class

Microsoft.Windows.Controls.Ribbon Namespace