'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;}