Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
ShadowThresh Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > RomanMosaicCommandBitmapEffect Class : ShadowThresh Property





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 RomanMosaicCommandBitmapEffect
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);
}
XAML Attributes Usage 

<object ShadowThresh =int >

Dependency Property Information 

Identifier field

ShadowThreshProperty

Metadata properties set to true

None

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 RomanMosaicCommandBitmapEffectsFlags.ColoredShadow flag or the RomanMosaicCommandBitmapEffectsFlags.GrayShadow flag is set.

Example

For XAML example, refer to RomanMosaicCommandBitmapEffect.

For C#/VB examples, refer to RomanMosaicCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also