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