ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfString Class / Font Property

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

    Property Value

    The drawing font of the text.
    See Also