Xamarin.iOS Documentation | ComponentOne
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
    [Foundation.Export("StrokeThickness")]
    [Browsable(true)]
    public double StrokeThickness {get; set;}
    See Also