This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISymbologyControl Interface > ISymbologyControl.DisplayStyle Property (ArcObjects .NET 10.5 SDK) |
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
Returns or sets the style the items are displayed in the SymbologyControl. By default the DisplayStyle is Icon.
esriDisplayStyleIcon
esriDisplayStyleSmallIcon
esriDisplayStyleReport
esriDisplayStyleList
1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values