DevZest WPF Docking
ShowAsFloatingActionTop Property |
Gets or sets the position of the floating window's top 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 Top { get; set; }
<TypeConverterAttribute(GetType(LengthConverter))> <DefaultValueAttribute(NaN)> Public Property Top As Double Get Set
Property Value
Type: DoubleThe position of the floating window's top edge, in logical units (1/96th of an inch), the default is system default value NaN.
See Also