Gets the default size of the control.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# 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.
This property overrides Control.DefaultSize.