Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDocumentStyle Class / SelectedDocumentFont Property


In This Topic
    SelectedDocumentFont Property
    In This Topic
    Gets or sets the Font to be used for the currently active document.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also