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

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

    Property Value

    The calculated width of the start.
    See Also