The AnnTransparentMode Enumeration supports WPF/Silverlight.
The AnnTransparentMode Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Specifies how to treat the transparent color of an AnnPictureSupported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Enum AnnTransparentMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnTransparentMode |
C# | |
---|---|
public enum AnnTransparentMode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class AnnTransparentMode : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
None | The AnnPicture is not transparent. |
TopLeftPixel | Use the top left pixel of the AnnPicture.Image property of the AnnPicture as the transparent color. |
UseColor | Use the AnnPicture.TransparentColor property of the AnnPicture. |
For C#/VB examples, refer to AnnPicture.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnTransparentMode
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)