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