GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolResizing Class
Members
In This Topic
    GoToolResizing Class
    In This Topic
    The tool used to handle the user's resize operation.
    Syntax
    [Serializable()]
    public class GoToolResizing : GoTool, IGoTool  
    Remarks
    This modeless tool is started when the user starts to drag a resize handle. An instance of this tool is the default GoView's GoView.MouseDownTools list.
    See Also