public int Brightness {get; set;}
'Declaration
Public Property Brightness As Integer
'Usage
Dim instance As GlowCommand
Dim value As Integer
instance.Brightness = value
value = instance.Brightness
public int Brightness {get; set;}
get_Brightness();
set_Brightness(value);
Object.defineProperty('Brightness');
public:
property int Brightness {
int get();
void set ( int value);
}
Property Value
Brightness factor used to create the "glow". This can be any number that is 0 or greater. If it is 0 the image will be black.