RibbonWindow.EffectiveLeft Property

Gets the position of the window's left edge in relation to the desktop, adjusted for the thickness of the WindowChrome frame.

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

Syntax

'Declaration
Public ReadOnly Property EffectiveLeft As Double
    Get
public double EffectiveLeft { get; }
public:
property double EffectiveLeft {
    double get ();
}
member EffectiveLeft : float
function get EffectiveLeft () : double

Property Value

Type: System.Double
The position of the window's left edge in relation to the desktop, adjusted for the thickness of the WindowChrome frame. 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

EffectiveLeftProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonWindow Class

RibbonWindow Members

Microsoft.Windows.Controls.Ribbon Namespace