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