ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfFontCollection Class / Item Property

In This Topic
    Item Property (RtfFontCollection)
    In This Topic
    Gets or sets the RTF font at the specified index within the collection.
    Syntax
    'Declaration
     
    Public Shadows Default Property Item( _
       ByVal index As Integer _
    ) As RtfFont
    public new RtfFont this[ 
       int index
    ]; {get; set;}

    Parameters

    index

    Property Value

    The RTF font.
    See Also