ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfString Class / IsOutline Property

In This Topic
    IsOutline Property
    In This Topic
    Gets or sets outline font for this string.
    Syntax
    'Declaration
     
    Public Property IsOutline As System.Boolean
    public System.bool IsOutline {get; set;}

    Property Value

    true if outline of the text, otherwise false.
    See Also