GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoButton Class / Label Property
In This Topic
    Label Property (GoButton)
    In This Topic
    Gets or sets the text label for this button.
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoText Label {get; set;}
    Remarks
    Instead of setting the label after allocation, you may find it easier to override the CreateLabel method.
    See Also