Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Alpha Property








Gets or sets the alpha component value.
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;}
@property (nonatomic, assign) NSUInteger alpha
public int getAlpha()
public void setAlpha(int value)
            
 <br/>get_Alpha();<br/>set_Alpha(value);<br/>Object.defineProperty('Alpha'); 
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

See Also

Reference

SetAlphaValuesCommand Class
SetAlphaValuesCommand Members

Error processing SSI file