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