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

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

    Property Value

    The calculated width of the end.
    See Also