Gets or sets the opacity of the mark.
Syntax
__property int get_Opacity();
__property void set_Opacity(
int value
);
property int Opacity {
int get();
void set ( int value);
}
'Declaration
Property Opacity As Integer
'Usage
Dim instance As IImGearARTCurve
Dim value As Integer
instance.Opacity = value
value = instance.Opacity
Property Value
Integer value.
See Also