Gets or sets the current anti-alias mode.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public SmoothingMode SmoothingMode { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SmoothingMode As SmoothingMode |
A member of the .NET SmoothingMode enumeration. The default is AntiAlias.
RemarksThis property specifies whether smoothing is applied to lines and curves. The HighQuality and AntiAlias values specify that smoothing is applied. All other values specify that smoothing is not applied. Anti-aliasing slows down drawing, so you might want to disable it for bigger diagrams.
See Also