'Declaration Public Property settings As WebTgaEncoderSettings
public WebTgaEncoderSettings settings { get; set; }
public: __property WebTgaEncoderSettings* get_settings(); public: __property void set_settings(
WebTgaEncoderSettings* value
);
public:
property WebTgaEncoderSettings^ settings { WebTgaEncoderSettings^ get(); void set(WebTgaEncoderSettings^ value); }