ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfFontCollection Class / Contains Method / Contains(Font) Method
The drawing font.

In This Topic
    Contains(Font) Method
    In This Topic
    Determines whether the drawing font is located within the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal font As Font _
    ) As Boolean
    public bool Contains( 
       Font font
    )

    Parameters

    font
    The drawing font.

    Return Value

    True if contains, otherwise false.
    See Also