GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNodeIcon Class
Members
In This Topic
    GoNodeIcon Class
    In This Topic
    A GoImage whose GoObject.Bounds and resizing are constrained by its parent's implementation of IGoNodeIconConstraint.
    Syntax
    [Serializable()]
    public class GoNodeIcon : GoImage, IGoNodeIconConstraint  
    Remarks
    This class also implements IGoNodeIconConstraint by providing settable properties MinimumIconSize and MaximumIconSize.
    See Also