Edit

Share via


ViewType Enum

Definition

The visual layout of the ProfileCard control. Default is PictureOnly.

public enum ViewType
type ViewType = 
Public Enum ViewType
Inheritance
ViewType

Fields

EmailOnly 1

Only the user email is shown.

LargeProfilePhotoLeft 2

A basic user profile is shown, and the user photo is place on the left side.

LargeProfilePhotoRight 3

A basic user profile is shown, and the user photo is place on the right side.

PictureOnly 0

Only the user photo is shown.

SmallProfilePhotoLeft 4

A basic user profile is shown, and the user photo is place on the left side.

SmallProfilePhotoRight 5

A basic user profile is shown, and the user photo is place on the right side.

Applies to