public int ClearAmount {get; set;}
'Declaration
Public Property ClearAmount As Integer
'Usage
Dim instance As DiffuseGlowCommand
Dim value As Integer
instance.ClearAmount = value
value = instance.ClearAmount
public int ClearAmount {get; set;}
get_ClearAmount();
set_ClearAmount(value);
Object.defineProperty('ClearAmount');
public:
property int ClearAmount {
int get();
void set ( int value);
}
Property Value
Value that represents how deeply the glow will penetrate into the non-glowing areas, expressed in tenths of a percent. Possible values range from 0 - 1000. A value of 0 indicates total glow diffusion, whereas a value of 1000 indicates the glow does not penetrate into any of the non-glowing areas.