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

In This Topic
    SupportsTransitionEffect Property (C1Gauge)
    In This Topic
    Gets or sets whether the transition effect after a call to 'EndUpdate(duration)' is enabled.
    Syntax
    'Declaration
     
    Public Property SupportsTransitionEffect As System.Boolean
    public System.bool SupportsTransitionEffect {get; set;}
    See Also