The mask style.
[Visual Basic .NET] Public Property MaskStyle As esriMaskStyle
[C#] public esriMaskStyle MaskStyle {get; set;}
[C++]
HRESULT get_MaskStyle(
esriMaskStyle* Style
);
[C++]
HRESULT put_MaskStyle(
esriMaskStyle Style
);
[C++]Parameters
Style [out, retval]Style is a parameter of type esriMaskStyle
Style [in]Style is a parameter of type esriMaskStyle
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
MaskStyle is the enumeration that defines the shape of the mask. There are two options: esriMSHalo and esriMSNone. esriMSNone is the default MaskStyle.