'Declaration <DescriptionAttribute("The remap settings of the red channel.")> Public Property RedChannelSettings As ChannelRemapSettings
[Description("The remap settings of the red channel.")] public ChannelRemapSettings RedChannelSettings { get; set; }
[Description("The remap settings of the red channel.")] public: __property ChannelRemapSettings* get_RedChannelSettings(); public: __property void set_RedChannelSettings(
ChannelRemapSettings* value
);
[Description("The remap settings of the red channel.")] public:
property ChannelRemapSettings^ RedChannelSettings { ChannelRemapSettings^ get(); void set(ChannelRemapSettings^ value); }