'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Pattern As LinePattern
'Usage
Dim instance As NStrokeStyle Dim value As LinePattern instance.Pattern = value value = instance.Pattern
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public LinePattern Pattern {get; set;}