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

In This Topic
    Height Property (C1GaugeViewport)
    In This Topic
    Gets or sets the height of the viewport (in pixels).
    Syntax
    'Declaration
     
    Public Property Height As System.Integer
    public System.int Height {get; set;}
    Remarks
    Zero height extends the viewport till the opposite edge of the owner element. Negative height extends the viewport backwards.
    See Also