ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfParagraph Class / Font Property

In This Topic
    Font Property (RtfParagraph)
    In This Topic
    Gets or sets the font for this paragraph.
    Syntax
    'Declaration
     
    Public Property Font As System.Drawing.Font
    public System.Drawing.Font Font {get; set;}

    Property Value

    The Word/RTF font of the paragraph.
    See Also