Lines Property (LineMarker)
In This Topic
Gets or sets the visibility of the LineMarker lines.
Syntax
'Declaration
<C1DescriptionAttribute("Interaction.LineMarker.Lines", "Gets or sets the visibility of the LineMarker lines.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property Lines As LineMarkerLines
[C1Description("Interaction.LineMarker.Lines", "Gets or sets the visibility of the LineMarker lines.")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public LineMarkerLines Lines {get; set;}
See Also