Gets the default size of the control.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
protected override Size DefaultSize { get; } |
Visual Basic
Copy Code
|
|---|
Protected Overrides ReadOnly Property DefaultSize As Size |
A .NET Size object. The returned size is 176x168 pixels.
RemarksThis property overrides Control.DefaultSize.
See Also