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


IGraphicProperties Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IG > IGraphicProperties Interface
ArcGIS Developer Help

IGraphicProperties Interface

Provides access to members that control the CommandsEnvironment singleton.

Product Availability

Available with ArcGIS Engine.

Description

The IGraphicProperties interface controls the default symbols used by the controls commands and can be used by any custom commands you develop.

Members

Name Description
Read/write property Callout The callout symbol used by the CommandsEnvironment singleton.
Read/write property FillSymbol The fill symbol used by the CommandsEnvironment singleton.
Read/write property LineSymbol The line symbol used by the CommandsEnvironment singleton.
Read/write property MarkerSymbol The marker symbol used by the CommandsEnvironment singleton.
Read/write property TextSymbol The text symbol used by the CommandsEnvironment singleton.

Classes that implement IGraphicProperties

Classes Description
CommandsEnvironment Defines the commands environment.

.NET Samples

Controls commands environment