public int BitsPerChannel {get; set;}
public: __property int get_BitsPerChannel(); public: __property void set_BitsPerChannel( int value );
'Declaration Public Property BitsPerChannel As Integer
'Usage Dim instance As ImGearRawLoadOptions Dim value As Integer instance.BitsPerChannel = value value = instance.BitsPerChannel