Gets or sets a value used to expand the resulting image.
public int Inflate {get; set;}
'Declaration
Public Property Inflate As Integer
'Usage
Dim instance As FadedMaskCommand
Dim value As Integer
instance.Inflate = value
value = instance.Inflate
public int Inflate {get; set;}
get_Inflate();
set_Inflate(value);
Object.defineProperty('Inflate');
public:
property int Inflate {
int get();
void set ( int value);
}
Property Value
Value used to expand the resulting image. This property is valid only when
FadedMaskCommandFlags.FadeOutsideRegion is set in the Flag property.