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