Gets or sets the current anti-alias mode.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# 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 None.
This 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 of bigger diagrams, so it is not used by default.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |