Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum AnnPictureTransparentMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public enum AnnPictureTransparentMode : Enum |
Managed Extensions for C++ | |
---|---|
[SerializableAttribute()] __value public enum AnnPictureTransparentMode : public Enum |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class AnnPictureTransparentMode : public Enum |
Member | Description |
---|---|
None | The AnnPicture is not transparent. |
UseColor | Use the TransparentColor property of the AnnPicture. |
TopLeftPixel | Use the top left pixel of the Image property of the AnnPicture as the transparent color. |
For an example, refer to AnnPicture.
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnPictureTransparentMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family