'Declaration
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.CategoryAttribute("Dimensions")> <System.ComponentModel.DescriptionAttribute("The offset of the the text from the margin bounds.")> Public Property MarkYOffset As NLength
'Usage
Dim instance As NLegendData Dim value As NLength instance.MarkYOffset = value value = instance.MarkYOffset
[System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Category("Dimensions")] [System.ComponentModel.Description("The offset of the the text from the margin bounds.")] public NLength MarkYOffset {get; set;}