The SizeThumb type exposes the following members.

Constructors

  NameDescription
SizeThumb
Initializes a new instance of the SizeThumb class.

Fields

  NameDescription
IsSquareSizingProperty
Identifies the IsSquareSizing property.
SizedEvent
Identifies the Sized routed event.

Properties

  NameDescription
Element
Gets or sets the element to which the AttachedThumb is attached. This is a dependency property.
(Inherited from AttachedThumb.)
IsSquareSizing
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.
SnapToGuidelines
Gets or sets whether the AttachedThumb should snap to guidelines when dragged. The default is true. This is a dependency property.
(Inherited from AttachedThumb.)

Events

  NameDescription
Sized
Occurs when the MoveThumb is moved.

See Also