ComponentOne FinancialChart for WPF
C1.WPF 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 Rect
    'Usage
     
    
    Dim instance As C1VectorIcon
    Dim value As Rect
     
    instance.ViewBox = value
     
    value = instance.ViewBox
    public Rect ViewBox {get; set;}
    public:
    property Rect ViewBox {
       Rect get();
       void set (    Rect value);
    }
    See Also