ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugePointer Class / CustomImage Property

In This Topic
    CustomImage Property (C1GaugePointer)
    In This Topic
    Gets or sets the custom image used to draw the pointer.
    Syntax
    'Declaration
     
    Public Property CustomImage As C1GaugeCustomImage
    public C1GaugeCustomImage CustomImage {get; set;}
    See Also