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;} |
Managed Extensions for C++ | |
---|
public: __property int get_GlowAmount();
public: __property void set_GlowAmount(
int value
); |
C++/CLI | |
---|
public:
property int GlowAmount {
int get();
void set (int value);
} |
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
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also