public ColorLevelCommandData Blue {get;}
'Declaration Public ReadOnly Property Blue As ColorLevelCommandData
'Usage Dim instance As AutoColorLevelCommand Dim value As ColorLevelCommandData value = instance.Blue
public ColorLevelCommandData Blue {get;}
@property (nonatomic, strong, readonly) LTColorLevelCommandData* blue;
public ColorLevelCommandData getBlue()
get_Blue();
public: property ColorLevelCommandData^ Blue { ColorLevelCommandData^ get(); }
The AutoColorLevelCommand command updates the value of this property.