Table of Contents

Method AskTransparencyAsync

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AskTransparencyAsync(Action<byte>, byte)

Shows dialog which asks to enter the transparency value. Possible values are 0..255.

public static void AskTransparencyAsync(Action<byte> onApply, byte defaultValue)

Parameters

onApply Action<byte>

Action to call when 'Ok' button is pressed in the dialog.

defaultValue byte

Default value.