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

In This Topic
    CustomImage Property (C1GaugeValueImage)
    In This Topic
    Gets or sets the custom image associated with this item.
    Syntax
    'Declaration
     
    Public Property CustomImage As C1GaugeCustomImage
    public C1GaugeCustomImage CustomImage {get; set;}
    See Also