DevZest WPF Docking
ShowAsFloatingActionHeight Property |
Gets or sets the height of the floating window.
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 Height { get; set; }
<TypeConverterAttribute(GetType(LengthConverter))> <DefaultValueAttribute(NaN)> Public Property Height As Double Get Set
Property Value
Type: DoubleThe height of the floating window, in logical units (1/96th of an inch). The default value is NaN, automatically sizes itself to fit the height of its content.
See Also