|
|
|
|
DefaultSize Property, SftTabs Class |
Gets the default size of the control.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Protected ReadOnly Overridable Property DefaultSize As Size |
C# |
protected virtual Size DefaultSize { get; } |
C++ |
protected: property virtual Size DefaultSize { |
Property Value
The default Size of the control.
Comments
The DefaultSize property gets the default size of the control.
The DefaultSize property represents the Size of the control when it is initially created. You may adjust the size of the control by setting its Size property value.