'Declaration
<System.ComponentModel.CategoryAttribute("Size")> <System.ComponentModel.DescriptionAttribute("Controls the offset of the cap from the line begin or end point")> Public Property Offset As NLength
'Usage
Dim instance As NCapStyle Dim value As NLength instance.Offset = value value = instance.Offset
[System.ComponentModel.Category("Size")] [System.ComponentModel.Description("Controls the offset of the cap from the line begin or end point")] public NLength Offset {get; set;}