C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1VectorIcon Class / StrokeThickness Property


In This Topic
StrokeThickness Property (C1VectorIcon)
In This Topic
The stroke thickness
Syntax
'Declaration
 
<Foundation.ExportAttribute("StrokeThickness")>
<BrowsableAttribute(True)>
Public Property StrokeThickness As Double
 
'Usage
 
Dim instance As C1VectorIcon
Dim value As Double
 
instance.StrokeThickness = value
 
value = instance.StrokeThickness
See Also