ArcObjects Library Reference (Controls)  

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

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.

CoClasses that implement IGraphicProperties

CoClasses and Classes Description
CommandsEnvironment Defines the commands environment.

.NET Samples

Controls commands environment (Code Files: CommandsEnvironment)