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 | Description |
---|---|
AvatarColorMode |
Default
Default color mode enum contains the default color for the text and background color.
Declaration
public const AvatarColorMode Default
Field Value
Type | Description |
---|---|
AvatarColorMode |
LightBackground
LightBackground enum color mode for changing the background color as light color.
Declaration
public const AvatarColorMode LightBackground
Field Value
Type | Description |
---|---|
AvatarColorMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |