←Select platform

GlowColor Property

Summary

Gets or sets the value that indicates the glow color.

Syntax

C#
VB
WinRT C#
C++
public RasterColor GlowColor { get; set; } 
  
Public Property GlowColor As Leadtools.RasterColor 
public Leadtools.RasterColor GlowColor {get; set;} 
  
get_GlowColor(); 
set_GlowColor(value); 
Object.defineProperty('GlowColor');  
public: 
property Leadtools.RasterColor GlowColor { 
   Leadtools.RasterColor get(); 
   void set (    Leadtools.RasterColor ); 
} 

Property Value

Value that indicates the glow color.

Example

Refer to DiffuseGlowCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly