public int Opacity {get; set;}
'Declaration
Public Property Opacity As Integer
'Usage
Dim instance As TextureAlphaBlendCommand
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
Opacity value used when combining the areas from the result of feathering and destination images. This value ranges from 0 to 255.