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