Gets or sets the maximum value of the fade color.
public int MaximumGray {get; set;}
'Declaration
Public Property MaximumGray As Integer
'Usage
Dim instance As FadedMaskCommand
Dim value As Integer
instance.MaximumGray = value
value = instance.MaximumGray
public int MaximumGray {get; set;}
get_MaximumGray();
set_MaximumGray(value);
Object.defineProperty('MaximumGray');
public:
property int MaximumGray {
int get();
void set ( int value);
}
Property Value
The maximum value of the fade color. Possible values are between 0 and 255.