MindFusion WinForms Programmer's Guide
Overview.SmoothingMode Property
See Also
 





Gets or sets the current anti-alias mode.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls

 Syntax

C#  Copy Code

public SmoothingMode SmoothingMode { get; set; }

Visual Basic  Copy Code

Public Property SmoothingMode As SmoothingMode

 Property Value

A value from the .NET System.Drawing.Drawing2D.SmoothingMode enumeration.

 Remarks

The HighQuality and AntiAlias values specify that smoothing is applied. All other values disable smoothing. Anti-aliasing slows down drawing of large diagrams, so it is disabled by default.

 See Also

Overview Members
Overview Class
MindFusion.Diagramming.WinForms Namespace