| MamlToFlowDocumentConverterAlertIcons Property |
This is used to map alert classes to their icons
Namespace: SandcastleBuilder.WPF.MamlAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static Dictionary<string, string> AlertIcons { get; }
Public Shared ReadOnly Property AlertIcons As Dictionary(Of String, String)
Get
public:
static property Dictionary<String^, String^>^ AlertIcons {
Dictionary<String^, String^>^ get ();
}
static member AlertIcons : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringRemarks The key is the alert class and the value is the icon name
See Also