Gets or sets whether pen annotations should be displayed (if supported).

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

Syntax

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

See Also