Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core 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 Xamarin.Forms.Rectangle
    'Usage
     
    
    Dim instance As C1VectorIcon
    Dim value As Xamarin.Forms.Rectangle
     
    instance.ViewBox = value
     
    value = instance.ViewBox
    public Xamarin.Forms.Rectangle ViewBox {get; set;}
    See Also