'Declaration Public Property Settings As TgaEncoderSettings
public TgaEncoderSettings Settings { get; set; }
public: __property TgaEncoderSettings* get_Settings(); public: __property void set_Settings(
TgaEncoderSettings* value
);
public:
property TgaEncoderSettings^ Settings { TgaEncoderSettings^ get(); void set(TgaEncoderSettings^ value); }