LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

TransparentMode Property

Show in webframe





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

            

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

Property Value

An AnnTransparentMode value that represents the current transparent mode of this AnnPicture object.
Example

For XAML example, refer to AnnGroupObject.

For C#/VB examples, 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.