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)
get_ColorSpace();
set_ColorSpace(value);
Object.defineProperty('ColorSpace');
public: property ColorThresholdCommandType ColorSpace { ColorThresholdCommandType get(); void set ( ColorThresholdCommandType value); }