ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeRange Class / CalculatedEndWidth Property

In This Topic
    CalculatedEndWidth Property (C1GaugeRange)
    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 Double
    protected double CalculatedEndWidth {get; set;}

    Property Value

    The calculated width of the end.
    See Also