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 Namespace > RasterColor Structure : A Property |
public byte A {get; set;}
'Declaration
Public Property A As Byte
'Usage
Dim instance As RasterColor Dim value As Byte instance.A = value value = instance.A
public byte A {get; set;}
@property (nonatomic, assign) unsigned char a
public byte getA() public void setA(byte value)
<br/>get_A();<br/>set_A(value);<br/>Object.defineProperty('A');