ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeRange Class / CalculatedStartWidth Property

In This Topic
    CalculatedStartWidth Property
    In This Topic
    Gets or sets the calculated width of the start. Includes fallback logic. Override it using the UpdateCalculatedValues method.
    Syntax
    'Declaration
     
    Protected Property CalculatedStartWidth As System.Double
    protected System.double CalculatedStartWidth {get; set;}

    Property Value

    The calculated width of the start.
    See Also