public SVGGeneralSettings GeneralSettings { get; set; }Public Property GeneralSettings As SVGGeneralSettings
Get
Setpublic:
property SVGGeneralSettings^ GeneralSettings {
SVGGeneralSettings^ get ();
void set (SVGGeneralSettings^ value);
}member GeneralSettings : SVGGeneralSettings with get, set