Share via


LiveAuthClient.Theme property

Defines the appearance of the sign-in control. [Windows Store apps only]

Note

Windows Phone doesn't support this property.

Syntax

public string Theme { get; set; }
Public Property Theme As string

Property value

Type: string

Specifies the appearance of the sign-in control. This property can be one of the following values.

Value

Description

dark

Specifies the dark theme.

light

Specifies the light theme.

default

Specifies the default theme (dark).

Requirements

Minimum supported client

Windows 8

Minimum supported server

None supported

Namespace

Microsoft.Live

Assembly

Microsoft.Live.dll

See also

LiveAuthClient