'Declaration
Public Enum Anchor Inherits System.Enum
'Usage
Dim instance As Anchor
public enum Anchor : System.Enum
public enum class Anchor : public System.Enum
'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