ArcObjects Library Reference (Controls)  

ISymbologyControl.DisplayStyle Property

The display style of the SymbologyControl.

[Visual Basic .NET]
Public Property DisplayStyle As esriSymbologyDisplayStyle
[C#]
public esriSymbologyDisplayStyle DisplayStyle {get; set;}
[C++]
HRESULT get_DisplayStyle(
  esriSymbologyDisplayStyle* Style
);
[C++]
HRESULT put_DisplayStyle(
  esriSymbologyDisplayStyle Style
);
[C++]

Parameters

Style [out, retval]

  Style is a parameter of type esriSymbologyDisplayStyle

Style [in]

  Style is a parameter of type esriSymbologyDisplayStyle

Product Availability

Available with ArcGIS Engine.

Description

Returns or sets the style the items are displayed in the SymbologyControl. By default the DisplayStyle is Icon.

 esriDisplayStyleIcon

 esriDisplayStyleSmallIcon

 esriDisplayStyleReport

 esriDisplayStyleList

Errors Returned

1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values

See Also

ISymbologyControl Interface