Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools.ImageProcessing Namespace > SetAlphaValuesCommand Class : Alpha Property |
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');