LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Opacity Property






Gets or sets the degree of opacity of an AnnBrush. .NET support Silverlight support
Syntax
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
public double Opacity {get; set;}
 get_Opacity();
set_Opacity(value);
public:
property double Opacity {
   double get();
   void set (    double value);
}

Property Value

The value of the Opacity property is expressed as a value between 0.0 and 1.0. The default value is 1.0.
Remarks

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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnBrush Class
AnnBrush Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.