MarkdownItOptionsTypographer Property
Namespace: DevCase.Core.DataProcessing.MarkdownAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool Typographer { get; set; }
Public Property Typographer As Boolean
Get
Set
Dim instance As MarkdownItOptions
Dim value As Boolean
value = instance.Typographer
instance.Typographer = value
public:
property bool Typographer {
bool get ();
void set (bool value);
}
member Typographer : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean