C1.WPF Namespace : Anchor Enumeration |
'Declaration
Public Enum Anchor Inherits System.Enum
'Usage
Dim instance As Anchor
public enum Anchor : System.Enum
public enum class Anchor : public System.Enum
Member | Description |
---|---|
BottomLeft | The bottom left corner of the visual element. |
BottomRight | The bottom right corner of the visual element. |
Center | The center of the visual element. |
TopLeft | The top left corner of the visual element. |
TopRight | The top right corner of the visual element. |
System.Object
System.ValueType
System.Enum
C1.WPF.Anchor
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2