HostedApplication.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.
Get the hint for the minimum size.
public: abstract property System::Drawing::Size MinimumSize { public:
System::Drawing::Size get(); protected:
void set(System::Drawing::Size value); };
public abstract System.Drawing.Size MinimumSize { get; protected set; }
member this.MinimumSize : System.Drawing.Size with get, set
Public MustOverride Property MinimumSize As Size