This document is archived and information here might be outdated.  Recommended version.


ISymbologyControl.DisplayStyle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISymbologyControl Interface > ISymbologyControl.DisplayStyle Property
ArcGIS Developer Help

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(
void
);
[C++]
HRESULT put_DisplayStyle(
);

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