Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1PathIcon Class / ViewBox Property

In This Topic
    ViewBox Property (C1PathIcon)
    In This Topic
    Gets or sets the rectangle (in the path coordinates) which will determine what part will be drawn.
    Syntax
    'Declaration
     
    
    Public Property ViewBox As C1Rect
    public C1Rect ViewBox {get; set;}
    See Also