Gets or sets the value that determines which pixels will be affected by the shadow.
public int ShadowThresh {get; set;}
'Declaration
Public Property ShadowThresh As Integer
'Usage
Dim instance As RomanMosaicCommand
Dim value As Integer
instance.ShadowThresh = value
value = instance.ShadowThresh
public int ShadowThresh {get; set;}
get_ShadowThresh();
set_ShadowThresh(value);
Object.defineProperty('ShadowThresh');
public:
property int ShadowThresh {
int get();
void set ( int value);
}
Property Value
Value that determines which pixels will be affected by the shadow. Possible values range from 0 through 255. Pixel values less than the threshold value will be unaffected. This member will be used if the
RomanMosaicCommandFlags.ColoredShadow flag or the
RomanMosaicCommandFlags.GrayShadow flag is set.