ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1Gauge Class / PointerVisibility Property

In This Topic
    PointerVisibility Property (C1Gauge)
    In This Topic
    Show/hide the C1Gauge pointer layer, containing the Pointer and the PointerCap.
    Syntax
    'Declaration
     
    
    Public Property PointerVisibility As Visibility
    public Visibility PointerVisibility {get; set;}
    See Also