CoreWebView2Notification.Direction Property

Definition

The text direction in which to display the notification.

public Microsoft.Web.WebView2.Core.CoreWebView2TextDirectionKind Direction { get; }
member this.Direction : Microsoft.Web.WebView2.Core.CoreWebView2TextDirectionKind
Public ReadOnly Property Direction As CoreWebView2TextDirectionKind

Property Value

Remarks

This corresponds to Notification.dir DOM API. The default value is Default.

Applies to