'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Size")> <System.ComponentModel.DescriptionAttribute("Controls the offset of the second target zone from the first target")> Public Property Target2Offset As NLength
'Usage
Dim instance As NTwinGuideline Dim value As NLength instance.Target2Offset = value value = instance.Target2Offset
[System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Size")] [System.ComponentModel.Description("Controls the offset of the second target zone from the first target")] public NLength Target2Offset {get; set;}