[]
Gets or sets the dictionary of settings for rendering extensions.
public Dictionary<string, string> Settings { get; set; }
Type | Description |
---|---|
Dictionary<string, string> | A dictionary where the key is a string representing the setting name and the value is a string representing the setting value. |