Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DefaultSize Property
See Also 
Leadtools.WinForms Namespace > RasterPictureBox Class : DefaultSize Property



This member overrides Control.DefaultSize.

Syntax

Visual Basic (Declaration) 
Protected Overrides ReadOnly Property DefaultSize As Size
Visual Basic (Usage)Copy Code
Dim instance As RasterPictureBox
Dim value As Size
 
value = instance.DefaultSize
C# 
protected override Size DefaultSize {get;}
C++/CLI 
protected:
property Size DefaultSize override {
   Size get();
}

Return Value

This member overrides Control.DefaultSize.

Remarks

For more information refer to Control.DefaultSize.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also