GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class / Text Property
In This Topic
    Text Property (GoButton)
    In This Topic
    Gets or sets the text string for this button.
    Syntax
    [Category("Appearance")]
    [DefaultValue("")]
    [Description("The text string for the button")]
    public virtual string Text {get; set;}
    See Also