ArcGIS Explorer Component Help |
PresentationOptions..::.UseFontSmoothing Property |
PresentationOptions Class See Also |
Gets or sets a value indicating if font smoothing is used for displaying slide titles.
Namespace:
ESRI.ArcGISExplorer.ApplicationAssembly: ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public bool UseFontSmoothing { get; set; } |
Visual Basic (Declaration) |
---|
Public Property UseFontSmoothing As Boolean |
Field Value
trueTruetruetrue (True in Visual Basic) if fonts are smoothed, otherwise, falseFalsefalsefalse (False in Visual Basic).Remarks
This property controls how text is drawn for slide titles. If true, the slide titles text will have smooth (anti-aliased) edges.