TextElement..::..IsLink Property

Gets a value indicating whether this instance is link.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool IsLink { get; }
Public ReadOnly Property IsLink As Boolean
	Get
public:
property bool^ IsLink {
	bool^ get ();
}

Field Value

true if this instance is link; otherwise, false.