Gets or sets whether or not this SizeThumb is in square sizing mode. In square sizing mode, the vertical change and horizontal change is the same when changing the size of a node via a corner sizing handle.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool IsSquareSizing { get; set; }
Visual Basic (Declaration)
Public Property IsSquareSizing As Boolean

Remarks

Dependency Property Information
Identifier fieldIsSquareSizingProperty
Metadata properties set to trueNone

See Also