BackColor Property (LineMarker)
In This Topic
Gets or sets background color of content.
Syntax
'Declaration
<C1DescriptionAttribute("Interaction.LineMarker.BackColor", "Gets or sets background color of content.")>
Public Property BackColor As Color
[C1Description("Interaction.LineMarker.BackColor", "Gets or sets background color of content.")]
public Color BackColor {get; set;}
See Also