ArcGIS API for Windows Phone - Library Reference
Gradient Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > SimpleClusterer 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;}

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.

Property Value

The gradient.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.