RenderOptionsSetEdgeMode Method

Sets the value of the EdgeMode attached property for a visual.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static void SetEdgeMode(
	Visual visual,
	EdgeMode value
)

Parameters

visual  Visual
The control.
value  EdgeMode
The value.

See Also