Class AvatarColorMode
ColorMode enum contains three types: Default, AutomaticLightColorsOnInitialize, and AutomaticDarkColorsOnInitialize.
Inheritance
System.Object
AvatarColorMode
Namespace: Syncfusion.XForms.AvatarView
Assembly: Syncfusion.Core.XForms.dll
Syntax
public sealed class AvatarColorMode : Enum
Fields
DarkBackground
DarkBackground enum color mode for changing the background color as dark color.
Declaration
public const AvatarColorMode DarkBackground
Field Value
Type |
---|
AvatarColorMode |
Default
Default color mode enum contains the default color for the text and background color.
Declaration
public const AvatarColorMode Default
Field Value
Type |
---|
AvatarColorMode |
LightBackground
LightBackground enum color mode for changing the background color as light color.
Declaration
public const AvatarColorMode LightBackground
Field Value
Type |
---|
AvatarColorMode |