ComponentOne Xamarin.iOS
ViewBox Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1VectorIcon Class : ViewBox Property
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

Reference

C1VectorIcon Class
C1VectorIcon Members