Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnObject Class : Opacity Property |
public double Opacity {get; set;}
'Declaration
Public Property Opacity As Double
public double Opacity {get; set;}
@property (nonatomic) double opacity;
public double getOpacity() public void setOpacity(double opacity)
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.