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

In This Topic
    FramesPerSecond Property (C1Gauge)
    In This Topic
    Gets or sets how many times per second the C1Gauge control can be repainted.
    Syntax
    'Declaration
     
    Public Property FramesPerSecond As System.Double
    public System.double FramesPerSecond {get; set;}
    See Also