com.esri.arcgis.display
Interface esriMaskStyle

All Superinterfaces:
Serializable

public interface esriMaskStyle
extends Serializable

Text symbol mask styles.

Description

esriMaskStyle specifies the shape of the mask used with the IMask interface.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriMSHalo
          The text mask style is halo.
static int esriMSNone
          No mask.
 

Field Detail

esriMSNone

static final int esriMSNone
No mask.

See Also:
Constant Field Values

esriMSHalo

static final int esriMSHalo
The text mask style is halo.

See Also:
Constant Field Values