Gets or sets a value that represents the weight, in percent, given to the image color and the border or tile color when determining the resulting color.
public int Opacity {get; set;}
'Declaration
Public Property Opacity As Integer
'Usage
Dim instance As MosaicTilesCommand
Dim value As Integer
instance.Opacity = value
value = instance.Opacity
public int Opacity {get; set;}
get_Opacity();
set_Opacity(value);
Object.defineProperty('Opacity');
public:
property int Opacity {
int get();
void set ( int value);
}
Property Value
Value that represents the weight, in percent, given to the image color and the border or tile color when determining the resulting color. For example, if Opacity property is set to 75, then 75 of the image color will be added to 75 of the border (or Tile) color. Final results are clipped if greater than 255. Possible values range from 0 to 100.