Gets or sets whether text elements and other details in the legend use the color of associated pens.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool ShowColoredDetails { get; set; }
Visual Basic
Public Property ShowColoredDetails As Boolean
	Get
	Set
JScript
function get ShowColoredDetails () : boolean
function set ShowColoredDetails (value : boolean)

See Also