Property LineAttribute
LineAttribute
Gets or sets an optional Attribute used to render the line.
public Attribute? LineAttribute { get; set; }
Property Value
Remarks
When null (the default), the line is drawn using GetAttributeForRole(VisualRole) with Normal. Set this to override the scheme-derived colors and text style.