Gets or sets the value that determines which pixels will be affected by the shadow.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ShadowThresh As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RomanMosaicCommand
Dim value As Integer
instance.ShadowThresh = value
value = instance.ShadowThresh
|
C# | |
---|
public int ShadowThresh {get; set;} |
Managed Extensions for C++ | |
---|
public: __property int get_ShadowThresh();
public: __property void set_ShadowThresh(
int value
); |
C++/CLI | |
---|
public:
property int ShadowThresh {
int get();
void set (int value);
} |
Return 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.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also