Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1SVGIcon Class / ViewBox Property

In This Topic
    ViewBox Property (C1SVGIcon)
    In This Topic
    Gets the viewBox of the svg file.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewBox As Rect
    public Rect ViewBox {get;}
    See Also