CoreWebView2TextDirectionKind Enum

Definition

Indicates the text direction of the notification.

public enum CoreWebView2TextDirectionKind
type CoreWebView2TextDirectionKind = 
Public Enum CoreWebView2TextDirectionKind
Inheritance
CoreWebView2TextDirectionKind

Fields

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.

Applies to