[]
        
(Showing Draft Content)

C1.WinUI.Input.Anchor

Anchor Enum

Specifies an anchor point in a visual element.

Namespace: C1.WinUI.Input
Assembly: C1.WinUI.Input.dll
Syntax
public enum Anchor

Fields

Name 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.