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

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