Search
DiagramView.SmoothingMode Property
See Also
 





Gets or sets the current anti-alias mode.

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

 Syntax

C#  Copy Code

public SmoothingMode SmoothingMode { get; set; }

Visual Basic  Copy Code

Public Property SmoothingMode As SmoothingMode

 Property Value

A member of the .NET SmoothingMode enumeration. The default is None.

 Remarks

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.

 See Also