←Select platform

V Property

Summary

Gets or sets the value value.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public byte V { get; set; } 
Public Property V As Byte 
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');  
public: 
property byte V { 
   byte get(); 
   void set (    byte ); 
} 

Property Value

The value value.

Example

For an example, refer to RasterHsvColor

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