ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeDecorator Class / GetPresenter Method
The context.
The value.

In This Topic
    GetPresenter Method
    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 System.Double _
    ) As Windows.UI.Xaml.Controls.ContentPresenter
    protected Windows.UI.Xaml.Controls.ContentPresenter GetPresenter( 
       GaugeDrawingContext context,
       System.double value
    )

    Parameters

    context
    The context.
    value
    The value.
    See Also