Gets or sets whether or not this ToolThumb is in 'square sizing mode'. In square sizing mode, Dragging a charged tool on a DiagramSurface will change the width and height of the cursor visual by the same amounts. This is a dependency property.

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 falseNone

See Also