Click or drag to resize

CanvasAnchor Class

Anchors for a canvas to specify two coordinates in one single operation specifying a Point.
Inheritance Hierarchy
SystemObject
  TomsToolbox.WpfCanvasAnchor

Namespace: TomsToolbox.Wpf
Assembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class CanvasAnchor

The CanvasAnchor type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetBottomLeft Gets the elements BottomLeft point in the canvas.
Public methodStatic memberGetBottomRight Gets the elements BottomRight point in the canvas.
Public methodStatic memberGetTopLeft Gets the elements TopLeft point in the canvas.
Public methodStatic memberGetTopRight Gets the elements TopRight point in the canvas.
Public methodStatic memberSetBottomLeft Sets the elements BottomLeft point in the canvas.
Public methodStatic memberSetBottomRight Sets the elements BottomRight point in the canvas.
Public methodStatic memberSetTopLeft Sets the elements TopLeft point in the canvas.
Public methodStatic memberSetTopRight Sets the elements TopRight point in the canvas.
Top
Fields
 NameDescription
Public fieldStatic memberBottomLeftProperty Identifies the BottomLeft attached property
Public fieldStatic memberBottomRightProperty Identifies the BottomRight attached property
Public fieldStatic memberTopLeftProperty Identifies the TopLeft attached property
Public fieldStatic memberTopRightProperty Identifies the TopRight attached property
Top
Attached Properties
 NameDescription
Public propertyBottomLeft A helper property to assign the coordinates of a Point to the Bottom and Left property in one single operation.
Public propertyBottomRight A helper property to assign the coordinates of a Point to the Bottom and Right property in one single operation.
Public propertyTopLeft A helper property to assign the coordinates of a Point to the Top and Left property in one single operation.
Public propertyTopRight A helper property to assign the coordinates of a Point to the Top and Right property in one single operation.
Top
See Also