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