Provides access to members that control the behavior and properties of graphic attribute types.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
DrawValue | Draws a value on the device context. | |
FormatValue | Formats the graphic attribute value. | |
TextToValue | Converts text to the graphic attribute value. | |
Type | The graphic attribute type. | |
ValueToText | Converts the graphic attribute value to text. |
CoClasses that implement IGraphicAttributeType
CoClasses and Classes | Description |
---|---|
GraphicAttributeBooleanType | Boolean graphic attribute type. |
GraphicAttributeColorType | Color graphic attribute type. |
GraphicAttributeDashType | Dash graphic attribute type. |
GraphicAttributeDoubleType | Double graphic attribute type. |
GraphicAttributeEnumType | Enumeration graphic attribute type. |
GraphicAttributeIntegerType | Integer graphic attribute type. |
GraphicAttributeMarkerType | Marker graphic attribute type. |
GraphicAttributeSizeType | Size graphic attribute type. |
GraphicAttributeTextType | Text graphic attribute type. |