LEADTOOLS Annotations (Leadtools.Annotations assembly)

TransparentMode Property

Show in webframe





Gets or sets the current transparent mode of this AnnPicture object.
Syntax
public AnnPictureTransparentMode TransparentMode {get; set;}
'Declaration
 
Public Property TransparentMode As AnnPictureTransparentMode
'Usage
 
Dim instance As AnnPicture
Dim value As AnnPictureTransparentMode
 
instance.TransparentMode = value
 
value = instance.TransparentMode

            

            
public:
property AnnPictureTransparentMode TransparentMode {
   AnnPictureTransparentMode get();
   void set (    AnnPictureTransparentMode value);
}

Property Value

An AnnPictureTransparentMode value that represents the current transparent mode of this AnnPicture object.
Example
For an example, refer to AnnPicture.
Requirements

Target Platforms

See Also

Reference

AnnPicture Class
AnnPicture Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.