com.esri.arcgis.controls
Interface esriSymbologyDisplayStyle

All Superinterfaces:
Serializable

public interface esriSymbologyDisplayStyle
extends Serializable

SymbologyControl display style options.

Product Availability

Available with ArcGIS Engine.


Field Summary
static int esriDisplayStyleIcon
          The SymbologyControl displays symbols in Icon view.
static int esriDisplayStyleList
          The SymbologyControl displays symbols in List view.
static int esriDisplayStyleReport
          The SymbologyControl displays symbols in Report view.
static int esriDisplayStyleSmallIcon
          The SymbologyControl displays symbols in SmallIcon view.
 

Field Detail

esriDisplayStyleIcon

static final int esriDisplayStyleIcon
The SymbologyControl displays symbols in Icon view.

See Also:
Constant Field Values

esriDisplayStyleReport

static final int esriDisplayStyleReport
The SymbologyControl displays symbols in Report view.

See Also:
Constant Field Values

esriDisplayStyleSmallIcon

static final int esriDisplayStyleSmallIcon
The SymbologyControl displays symbols in SmallIcon view.

See Also:
Constant Field Values

esriDisplayStyleList

static final int esriDisplayStyleList
The SymbologyControl displays symbols in List view.

See Also:
Constant Field Values