GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoNodeIcon Class / Constraint Property
In This Topic
    Constraint Property
    In This Topic
    Gets the object that implements the IGoNodeIconConstraint.MinimumIconSize and IGoNodeIconConstraint.MaximumIconSize methods.
    Syntax
    public virtual IGoNodeIconConstraint Constraint {get;}
    Remarks
    This returns the GoObject.Parent if it implements IGoNodeIconConstraint; otherwise this returns itself.
    See Also