Icon Property

Definition

Assembly NativeWebView.Core.dll

Gets the optional icon. Backends should prefer its SVG representation when supported and otherwise use its PNG fallback. Backends without native context-menu image support ignore this value.

public NativeWebViewContextMenuIcon? Icon { get; }

Returns