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

In This Topic
    CustomImage Property (C1GaugeMarks)
    In This Topic
    Gets or sets the custom image for the tick marks.
    Syntax
    'Declaration
     
    Public Property CustomImage As C1GaugeCustomImage
    public C1GaugeCustomImage CustomImage {get; set;}
    See Also