Leadtools.Windows.Annotations Namespace > AnnBrush Class : Opacity Property |
public double Opacity {get; set;}
'Declaration Public Property Opacity As Double
'Usage Dim instance As AnnBrush Dim value As Double instance.Opacity = value value = instance.Opacity
A opacity value of 0 indicates that the brush is completely transparent, while a value of 1 indicates that the brush is completely opaque. A value of 0.5 indicates the brush is 50% opaque, a value of 0.725 indicates the brush is 72.5% opaque, and so on. Values less than 0 are treated as 0, while values greater than 1 are treated as 1.