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


IMask.MaskStyle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMask Interface > IMask.MaskStyle Property
ArcGIS Developer Help

IMask.MaskStyle Property

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.

See Also

IMask Interface