Gets or sets a value indicating whether to use antialiasing when rendering
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public bool EnableAntialiasing { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableAntialiasing As Boolean |
RemarksCurrently implemented only for the Universal Platform
See Also