Share via


SignInButton.SignInText property

The text to display on the sign-in button before the user signs in. This property is used only if the value of TextType is set to Custom; otherwise, it is ignored.

SignInText is a dependency property that is backed by SignInTextProperty.

Note

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

Syntax

public string SignInText { get; set; }
Public Property SignInText As String

Property value

Type: string

A string that represents the button's sign-in text.

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

SignOutText

TextType