ShowAsFloatingAction.Left Property

DevZest WPF Docking

ShowAsFloatingActionLeft Property
Gets or sets the position of the floating window's left edge, in relation to the desktop.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
[TypeConverterAttribute(typeof(LengthConverter))]
[DefaultValueAttribute(NaN)]
public double Left { get; set; }
<TypeConverterAttribute(GetType(LengthConverter))>
<DefaultValueAttribute(NaN)>
Public Property Left As Double
	Get
	Set

Property Value

Type: Double
The position of the floating window's left edge, in logical units (1/96th of an inch), the default is system default value NaN.
See Also