Table of Contents

Class TopBarMode

Namespace
IO.Scanbot.Sdk.Ui_v2.Common
Assembly
DocumentSDK.NET.Droid.dll
public sealed class TopBarMode : Enum
Inheritance
TopBarMode

Properties

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Gradient

public static TopBarMode Gradient { get; }

Property Value

TopBarMode

Hidden

public static TopBarMode Hidden { get; }

Property Value

TopBarMode

Solid

public static TopBarMode Solid { get; }

Property Value

TopBarMode

Methods

FromJson(string)

public static TopBarMode FromJson(string json)

Parameters

json string

Returns

TopBarMode

ToJson()

public string ToJson()

Returns

string

ValueOf(string)

public static TopBarMode ValueOf(string value)

Parameters

value string

Returns

TopBarMode

Values()

public static TopBarMode[] Values()

Returns

TopBarMode[]