WpfPanel.FloatingSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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