![]() |
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 > RasterHsvColor Structure : V Property |
public byte V {get; set;}
'Declaration
Public Property V As Byte
'Usage
Dim instance As RasterHsvColor Dim value As Byte instance.V = value value = instance.V
public byte V {get; set;}
@property (nonatomic, assign) unsigned char v
public byte getV() public void setV(byte value)
<br/>get_V();<br/>set_V(value);<br/>Object.defineProperty('V');