CoreWebView2TextDirectionKind Enum
Indicates the text direction of the notification.
Name | Value | Description |
---|---|---|
Default |
0x0 | Indicates that the notification text direction adopts the browser's language setting behavior. |
LeftToRight |
0x1 | Indicates that the notification text is left-to-right. |
RightToLeft |
0x2 | Indicates that the notification text is right-to-left. |