Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1VectorIcon Class / ViewBox Property

In This Topic
    ViewBox Property (C1VectorIcon)
    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 Rect
    public Rect ViewBox {get; set;}
    See Also