C1.WPF.Input Namespace / Anchor Enumeration

Anchor Enumeration
Specifies an anchor point in a visual element.
Syntax
'Declaration
 
Public Enum Anchor 
   Inherits System.Enum
 
Members
MemberDescription
BottomLeftThe bottom left corner of the visual element.
BottomRightThe bottom right corner of the visual element.
CenterThe center of the visual element.
TopLeftThe top left corner of the visual element.
TopRightThe top right corner of the visual element.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Input.Anchor

See Also