Gets or sets the floating panel's location.
public Point FloatLocation { get; set; }
Public Property FloatLocation As Point
Setting this property has no effect if the dock panel isn't floating (the panel's Dock property isn't set to the DockingStyle.Float value).