Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
GlowColor Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > DiffuseGlowCommandBitmapEffect Class : GlowColor Property





Gets or sets the value that indicates the glow color.

Syntax

Visual Basic (Declaration) 
Public Property GlowColor As Color
Visual Basic (Usage)Copy Code
Dim instance As DiffuseGlowCommandBitmapEffect
Dim value As Color
 
instance.GlowColor = value
 
value = instance.GlowColor
C# 
public Color GlowColor {get; set;}
C++/CLI 
public:
property Color GlowColor {
   Color get();
   void set (Color value);
}
XAML Attributes Usage 

<object GlowColor =Color >

Dependencies Property Information 

Identifier field

GlowColorProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object GlowColor =Color >

Dependencies Property Information 

Identifier field

GlowColorProperty

Metadata properties set to true

None

Return Value

Value that indicates the glow color.

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