Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / SetParagraphFontAtSelection Method
A font object specifying the desired font for the current paragraph.

In This Topic
    SetParagraphFontAtSelection Method
    In This Topic
    Sets the font for the paragraph at the current cursor position.
    Syntax
    'Declaration
     
    Public Sub SetParagraphFontAtSelection( _
       ByVal font As System.Drawing.Font _
    ) 
    public void SetParagraphFontAtSelection( 
       System.Drawing.Font font
    )

    Parameters

    font
    A font object specifying the desired font for the current paragraph.
    See Also