Share via


WpfPanel.FloatingSize Property

Definition

Gets or sets the last size of the panel in case it is used again.

public:
 property System::Windows::Size FloatingSize { System::Windows::Size get(); void set(System::Windows::Size value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Size FloatingSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.FloatingSize : System.Windows.Size with get, set
Public Property FloatingSize As Size

Property Value

Attributes

Remarks

When reused, a floating panel gets a new form and this form should be made the same size as the previous one as the user expects it to be. This only is used for floating panes

Applies to