Gets or sets the current anti-alias mode.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
C# Copy Code |
---|
public SmoothingMode SmoothingMode { get; set; } |
Visual Basic Copy Code |
---|
Public Property SmoothingMode As SmoothingMode |
A value from the .NET System.Drawing.Drawing2D.SmoothingMode enumeration.
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.