Search
BaseGauge.DefaultSize Property
See Also
 






Control.DefaultSize override.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

protected abstract Size DefaultSize { get; }

Visual Basic  Copy Code

Protected MustOverride ReadOnly Property DefaultSize As Size

 Property Value

A Size object representing the default size of the control.

 See Also