FloatingWindow.Width Property

DevZest WPF Docking

FloatingWindowWidth Property
Gets the width of this FloatingWindow. This is a dependency property.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public double Width { get; set; }
Public Property Width As Double
	Get
	Set

Property Value

Type: Double
The width of this FloatingWindow.
See Also