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 |
|
Metadata properties set to true |
None |
.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.