InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / VectorIconElement Class / ActualViewBox Property

In This Topic
    ActualViewBox Property (VectorIconElement)
    In This Topic
    Returns the rectangle which determines panning and zooming of content inside the parent container.
    Syntax
    'Declaration
     
    Protected ReadOnly Property ActualViewBox As RectangleF
    protected RectangleF ActualViewBox {get;}
    Remarks
    Returns the ViewBox property value. If the ViewBox property is not set, returns graphic path bounds.
    See Also