Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.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
     
    
    <Foundation.ExportAttribute("ViewBox")>
    <BrowsableAttribute(True)>
    Public Property ViewBox As CoreGraphics.CGRect
    'Usage
     
    
    Dim instance As C1VectorIcon
    Dim value As CoreGraphics.CGRect
     
    instance.ViewBox = value
     
    value = instance.ViewBox
    [Foundation.Export("ViewBox")]
    [Browsable(true)]
    public CoreGraphics.CGRect ViewBox {get; set;}
    See Also