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





Gets or sets the value that indicates the amount of blur in the glow diffusion, from 0 to 100 pixels.

Syntax

Visual Basic (Declaration) 
Public Property SpreadAmount As Integer
Visual Basic (Usage)Copy Code
Dim instance As DiffuseGlowCommandBitmapEffect
Dim value As Integer
 
instance.SpreadAmount = value
 
value = instance.SpreadAmount
C# 
public int SpreadAmount {get; set;}
Managed Extensions for C++ 
public: __property int get_SpreadAmount();
public: __property void set_SpreadAmount( 
   int value
);
C++/CLI 
public:
property int SpreadAmount {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object SpreadAmount =int >

Dependency Property Information 

Identifier field

SpreadAmountProperty

Metadata properties set to true

None

Return Value

Value that indicates the amount of blur in the glow diffusion, from 0 to 100 pixels. Possible values range from 0 – 1000. A value of 0 indicates none of the glow is diffused, whereas a value of 1000 indicates maximum diffusion.

Example

For XAML example, refer to DiffuseGlowCommandBitmapEffect.

For C#/VB examples, refer to DiffuseGlowCommandBitmapEffect.

Requirements

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

See Also