ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / StringFormat Class / StringFormat Constructor / StringFormat Constructor(TextBlock)
Windows.UI.Xaml.Controls.TextBlock used to initialize the new StringFormat.

In This Topic
    StringFormat Constructor(TextBlock)
    In This Topic
    Initializes a new instance of a StringFormat.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal tb As TextBlock _
    )
    public StringFormat( 
       TextBlock tb
    )

    Parameters

    tb
    Windows.UI.Xaml.Controls.TextBlock used to initialize the new StringFormat.
    See Also