HostedWpfControl.MinimumSize 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 minimum size up to which the control can be resized.
public: virtual property System::Drawing::Size MinimumSize { public:
System::Drawing::Size get(); protected:
void set(System::Drawing::Size value); };
[System.ComponentModel.Browsable(false)]
public virtual System.Drawing.Size MinimumSize { get; protected set; }
[<System.ComponentModel.Browsable(false)>]
member this.MinimumSize : System.Drawing.Size with get, set
Public Overridable Property MinimumSize As Size
Property Value
Returns Size.
- Attributes