Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTextRepresentableItem Class / Text Property


In This Topic
    Text Property (NTextRepresentableItem)
    In This Topic
    Gets or sets the string representation of this item.
    Syntax
    'Declaration
     
    
    Public Property Text As System.String
    'Usage
     
    
    Dim instance As NTextRepresentableItem
    Dim value As System.String
     
    instance.Text = value
     
    value = instance.Text
    public System.string Text {get; set;}
    Remarks
    You should explicitly set this property when you pass a widget or an image to the constructor.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also