Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

V Property








Gets or sets the value value.
Syntax
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'); 
public:
property byte V {
   byte get();
   void set (    byte value);
}

Property Value

The value value.
Example
For an example, refer to RasterHsvColor
Requirements

Target Platforms

See Also

Reference

RasterHsvColor Structure
RasterHsvColor Members

Error processing SSI file