FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / TextField Class / Text Property

In This Topic
    Text Property (TextField)
    In This Topic
    Gets or sets a ScriptObjectValue yielding the text of the field.
    Syntax
    'Declaration
     
    Public Property Text As ScriptObjectValue
    public ScriptObjectValue Text {get; set;}
    See Also