ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1VectorIcon Class / ViewBox Property

In This Topic
    ViewBox Property
    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 Windows.Foundation.Rect
    public Windows.Foundation.Rect ViewBox {get; set;}
    See Also