Leadtools.Annotations.Core Namespace > AnnObject Class : Opacity Property |
public double Opacity {get; set;}
Public Property Opacity As Double
public double Opacity {get; set;}
@property (nonatomic) double opacity;
public double getOpacity() public void setOpacity(double value)
get_Opacity();
set_Opacity(value);
Object.defineProperty('Opacity');
This value is used by the renderers to set the global opacity used to render all the components of this object. For example, if the brush used to fill this object contains a color with opacity, then this value will be multiplied by the value of Opacity.