Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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;}
C++/CLI 
public:
property int GlowAmount {
   int get();
   void set (int value);
}
XAML Attributes Usage 

<object GlowAmount =int >

Dependencies Property Information 

Identifier field

GlowAmountProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object GlowAmount =int >

Dependencies 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, Windows Server 2008 family

See Also