FeaturesSettings ManagementMulti-Line StringsOn this pageMulti-Line StringsMulti-line string settings are supported in Fig by adding an attribute to the string setting. The number indicates how many lines will be shown in the editor.Usage[Setting("Multi Line Setting")][MultiLine(6)]public string? MultiLineString { get; set; }Appearance