DrawingPadIsEmpty Property

Indicates user input on DrawingPad.

Definition

Namespace: BeeMobile.DrawingPad
Assembly: BeeMobile.DrawingPad.NET48 (in BeeMobile.DrawingPad.NET48.dll) Version: 4.8.0.3
C#
public bool IsEmpty { get; }

Property Value

Boolean

Remarks

true: There is already user data on DrawingPad.

false: DrawingPad was erased with , or there is no user input.

See Also