public int Intensity {get; set;}
'Declaration
Public Property Intensity As Integer
'Usage
Dim instance As BumpMapCommand
Dim value As Integer
instance.Intensity = value
value = instance.Intensity
public int Intensity {get; set;}
get_Intensity();
set_Intensity(value);
Object.defineProperty('Intensity');
public:
property int Intensity {
int get();
void set ( int value);
}
Property Value
Amount to change the intensity. The intensity ranges from -1000 to 1000. A positive value increases (or lightens) the brightness of the resulting image. A negative value decreases (or darkens) the brightness of the resulting image.