Share via


SignInButton.TextType property

Specifies the sign-in button text. For each TextType value specified, there is a separate sign-in text and sign-out text. The values can be Signin (the default), Login, Connect, or Custom (for user-defined text).

Note

This member is available only for Windows Phone. For Windows Store apps, use LiveAuthClient.LoginAsync to build a sign-in control.

TextType is a dependency property that is backed by ButtonTextTypeProperty.

Value

Sign in text

Sign out text

Description

Signin

Sign in

Sign out

This is the default value.

Login

Log in

Log out

The sign-in and sign-out button text to use.

Connect

Connect

Sign out

The sign-in and sign-out button text to use.

Custom

(user-defined text)

(user-defined text)

The custom text string is defined on the website. If the website does not specify the custom text string, the default text is used, according to the value of TextType.

Syntax

public ButtonTextType TextType { get; set; }
Public Property TextType As ButtonTextType

Property value

Type: ButtonTextType

An enumeration that defines the sign-in button text type.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Microsoft.Live.Controls

Assembly

Microsoft.Live.Controls.dll

See also

SignInButton

SignInText

SignOutText