LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Type Property (LightControlCommand)

Show in webframe







Gets or sets a value that indicates which color space to remap.
Syntax
public LightControlCommandType Type {get; set;}
'Declaration
 
Public Property Type As LightControlCommandType
'Usage
 
Dim instance As LightControlCommand
Dim value As LightControlCommandType
 
instance.Type = value
 
value = instance.Type
public LightControlCommandType Type {get; set;}
@property (nonatomic, assign) LTLightControlCommandType type;
public LightControlCommandType getType()
public void setType(LightControlCommandType value)
            
 
get_Type();
set_Type(value);
Object.defineProperty('Type');
public:
property LightControlCommandType Type {
   LightControlCommandType get();
   void set (    LightControlCommandType value);
}

Property Value

Value that indicates which color space to remap.
Example
Refer to LightControlCommand()
Requirements

Target Platforms

See Also

Reference

LightControlCommand Class
LightControlCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.