This property determines whether the area inside the selected area will be processed or the area outside the selected area will be processed.
[Visual Basic]
Public Property Inside As Boolean
Public Property Inside As Boolean
[C#]
public bool Inside {get; set;}
public bool Inside {get; set;}
Property Value
When true, the area inside the selected area will be processed. When false, the area outside the selected area will be processed.
Explanation
The Inside property determines whether the area inside the selected area will be processed or the area outside the selected area will be processed. This property is enabled when the SelectMode property is set to EffectMask, EffectPolygon, or EffectEllipse.