ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1Gauge Class / DefaultSize Property

In This Topic
    DefaultSize Property (C1Gauge)
    In This Topic
    Size used by default in the VS designer
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property DefaultSize As Windows.Foundation.Size
    public abstract Windows.Foundation.Size DefaultSize {get;}
    See Also