ESRI.ArcGIS.ADF.IMS
Antialiasing Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > Symbol Class : Antialiasing Property




Gets or sets a value that determines whether antialiasing is used when drawing the symbol.

Syntax

Visual Basic (Declaration) 
Public Property Antialiasing As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Symbol
Dim value As Boolean
 
instance.Antialiasing = value
 
value = instance.Antialiasing
C# 
public bool Antialiasing {get; set;}

Remarks

Antialiasing makes edges of labels and symbols smoother. When set to True, antialiasing is active. Note that the time to generate a map may significantly increase when antialiasing is active.

This property is not valid for ArcMap Server image services.

See Also

© 2010 All Rights Reserved.