Enum PointerDirection
Specify the pointer direction with the control.
Namespace: Syncfusion.Windows.Controls.Notification
Assembly: Syncfusion.SfHubTile.Wpf.dll
Syntax
public enum PointerDirection
Fields
| Name | Description |
|---|---|
| Bottom | Pointer aligned to the Bottom. |
| BottomLeft | Pointer aligned to the BottomLeft. |
| BottomRight | Pointer aligned to the BottomRight. |
| Center | Pointer aligned to the Center. |
| Left | Pointer aligned to the left. |
| Right | Pointer aligned to the right. |
| Top | Pointer aligned to the top. |
| TopLeft | Pointer aligned to the TopLeft. |
| TopRight | Pointer aligned to the TopRight. |