Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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;}
Managed Extensions for C++ 
public: __property Color get_GlowColor();
public: __property void set_GlowColor( 
   Color value
);
C++/CLI 
public:
property Color GlowColor {
   Color get();
   void set (Color value);
}
XAML Attributes Usage 

<object GlowColor =Color >

Dependency 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, and Windows Server 2003

See Also