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





Gets or sets the value that indicates the glow intensity.

Syntax

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

<object GlowAmount =int >

Dependency Property Information 

Identifier field

GlowAmountProperty

Metadata properties set to true

None

Return Value

Value that indicates the glow intensity, expressed in tenths of a percent. Possible values range from -1000 – 1000. Use positive values to add glow to the brighter regions of the image, and negative values to add glow to the darker regions of the image.

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