LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Alpha Property






Gets or sets the alpha component value. .NET support Silverlight support WinRT support
Syntax
public int Alpha {get; set;}
'Declaration
 
Public Property Alpha As Integer
'Usage
 
Dim instance As SetAlphaValuesCommand
Dim value As Integer
 
instance.Alpha = value
 
value = instance.Alpha
public int Alpha {get; set;}
 get_Alpha();
set_Alpha(value);
public:
property int Alpha {
   int get();
   void set (    int value);
}

Property Value

The alpha component value
Example
For an example, refer to SetAlphaValuesCommand.
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

SetAlphaValuesCommand Class
SetAlphaValuesCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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