public bool UseAntialiasing { get; set; }Public Property UseAntialiasing As Boolean
Get
Settrue: DrawingPad uses anti-aliasing to draw user input. false: DrawingPad does not use anti-aliasing to draw lines.
On some operating systems anti-aliasing may not be present or supported. In such cases value of this property is ignored.