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