ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1GaugeDecorator Class / GetPresenter Method
The context.
The value.

In This Topic
    GetPresenter Method (C1GaugeDecorator)
    In This Topic
    Create ControlPresenter for a value or get it from the cache.
    Syntax
    'Declaration
     
    
    Protected Function GetPresenter( _
       ByVal context As GaugeDrawingContext, _
       ByVal value As Double _
    ) As ContentPresenter
    protected ContentPresenter GetPresenter( 
       GaugeDrawingContext context,
       double value
    )

    Parameters

    context
    The context.
    value
    The value.
    See Also