ArcGIS Runtime SDK for WPF - Library Reference
UseAcceleratedDisplay Property
See Also 
ESRI.ArcGIS.Client Namespace > Map Class : UseAcceleratedDisplay Property

Gets or sets a value indicating whether to use the accelerated display pipeline for all layers in the map.

Syntax

Visual Basic (Declaration) 
Public Property UseAcceleratedDisplay As Boolean
C# 
public bool UseAcceleratedDisplay {get; set;}

Remarks

This enables using the accelerated display for all layers in the map. If you only want to have some layers use the accelerated display, use the AcceleratedDisplayLayers Group Layer.

In order to use accelerated display, the ArcGIS Runtime must be licensed and initialized prior to loading the map.

Property Value

true if accelerated display is enabled; otherwise, false.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.