'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.DescriptionAttribute("Gets or sets the Font to be used for the currently active document.")> Public Property SelectedDocumentFont As System.Drawing.Font
'Usage
Dim instance As NDocumentStyle Dim value As System.Drawing.Font instance.SelectedDocumentFont = value value = instance.SelectedDocumentFont
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Description("Gets or sets the Font to be used for the currently active document.")] public System.Drawing.Font SelectedDocumentFont {get; set;}