Gets or sets the ideal pen start time when IsIdeal is true.

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

Syntax

C#
public string IdealStartTime { get; set; }
Visual Basic
Public Property IdealStartTime As String
	Get
	Set
JScript
function get IdealStartTime () : String
function set IdealStartTime (value : String)

See Also