Share via


SignInButton.Branding property

Specifies the type of branding to display on the sign-in button. The brand is the icon and visual theme that is displayed on the button, which relates to services using Microsoft account, like Microsoft OneDrive. The brands are defined by the BrandingType enumeration.

Note

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

Branding is a dependency property that is backed by BrandingProperty.

Syntax

public BrandingType Branding { get; set; }
Public Property Branding As BrandingType

Property value

Type: BrandingType

An enumeration that defines the branding themes that can be displayed on the sign-in button.

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

BrandingProperty property

BrandingType enumeration