ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.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 Boolean
    public bool IsOutline {get; set;}

    Property Value

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