←Select platform

Alpha Property

Summary

Gets or sets the alpha component value.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Alpha { get; set; } 
Public Property Alpha As Integer 
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 ); 
} 

Property Value

The alpha component value

Example

For an example, refer to SetAlphaValuesCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly