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