'Declaration <BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)> Public Property LUT As ImGearMultichannelLUT
'Usage Dim instance As ImGearPresentationPageDisplay Dim value As ImGearMultichannelLUT instance.LUT = value value = instance.LUT
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)] public ImGearMultichannelLUT LUT {get; set;}
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)] public: __property ImGearMultichannelLUT* get_LUT(); public: __property void set_LUT( ImGearMultichannelLUT* value );
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)] public: property ImGearMultichannelLUT^ LUT { ImGearMultichannelLUT^ get(); void set ( ImGearMultichannelLUT^ value); }