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
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