ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeBaseShape Class / HitTestable Property

In This Topic
    HitTestable Property (C1GaugeBaseShape)
    In This Topic
    Gets or sets whether the shape can be hit-tested.
    Syntax
    'Declaration
     
    Public Property HitTestable As System.Boolean
    public System.bool HitTestable {get; set;}
    See Also