ArcGIS API for WPF - Library Reference
Gradient Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > FlareClusterer Class : Gradient Property

Gets or sets the color gradient used for the large cluster.

Syntax

Visual Basic (Declaration) 
Public Property Gradient As LinearGradientBrush
C# 
public LinearGradientBrush Gradient {get; set;}

Property Value

The gradient.

Remarks

If the System.Windows.Media.GradientBrush.MappingMode is set to Absolute, the offsets correspond to the number of elements in that cluster. If set to RelativeToBoundingBox, offsets should be specified from 0..1, and will be relative to the largest cluster at the current specific scale.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.