'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> Public Property StrokeStyles As System.Collections.Generic.List(Of NStrokeStyle)
'Usage
Dim instance As NSeriesDataItemStrokeStyleApplicator Dim value As System.Collections.Generic.List(Of NStrokeStyle) instance.StrokeStyles = value value = instance.StrokeStyles
[System.Xml.Serialization.XmlIgnore()] public System.Collections.Generic.List<NStrokeStyle> StrokeStyles {get; set;}