Visual Basic (Declaration) | |
---|---|
Public Property ShadowThreshold As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int ShadowThreshold {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_ShadowThreshold(); public: __property void set_ShadowThreshold( int value ); |
XAML Attributes Usage | |
---|---|
<object ShadowThreshold =int > |
Dependency Property Information | |
---|---|
Identifier field | ShadowThresholdProperty |
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 property will be used if the MosaicTilesCommandBitmapEffectsFlags.ShadowRGB flag or the MosaicTilesCommandBitmapEffectsFlags.ShadowGray flag is set.For XAML example, refer to MosaicTilesCommandBitmapEffect.
For C#/VB examples, refer to MosaicTilesCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003