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