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

In This Topic
    Y Property (C1GaugeViewport)
    In This Topic
    Gets or sets the Y-offset of the viewport (in pixels).
    Syntax
    'Declaration
     
    Public Property Y As System.Integer
    public System.int Y {get; set;}
    Remarks
    Negative offset is count from the bottom edge of the owner element.
    See Also