CoreWebView2TextDirectionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the text direction of the notification.
public enum CoreWebView2TextDirectionKind
type CoreWebView2TextDirectionKind =
Public Enum CoreWebView2TextDirectionKind
- Inheritance
-
CoreWebView2TextDirectionKind
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Indicates that the notification text direction adopts the browser's language setting behavior. |
LeftToRight | 1 | Indicates that the notification text is left-to-right. |
RightToLeft | 2 | Indicates that the notification text is right-to-left. |