Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public ColorThresholdCommandType ColorSpace {get; set;}
'Declaration
Public Property ColorSpace As ColorThresholdCommandType
'Usage
Dim instance As ColorThresholdCommand Dim value As ColorThresholdCommandType instance.ColorSpace = value value = instance.ColorSpace
public ColorThresholdCommandType ColorSpace {get; set;}
@property (nonatomic, assign) LTColorThresholdCommandType colorSpace
public ColorThresholdCommandType getColorSpace() public void setColorSpace(ColorThresholdCommandType value)
<br/>get_ColorSpace();<br/>set_ColorSpace(value);<br/>Object.defineProperty('ColorSpace');
public: property ColorThresholdCommandType ColorSpace { ColorThresholdCommandType get(); void set ( ColorThresholdCommandType value); }