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 DiffuseGlowCommand
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);
} |
Property 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
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also