DrawingPadUseAntialiasing Property

Gets or sets use of anti-aliasing when drawing on the DrawingPad.

Definition

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

Property Value

Boolean

Remarks

true: 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.

See Also