Class AvatarColorMode
Determines the background color of the avatar view based on the text color.
Inheritance
System.Object
AvatarColorMode
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class AvatarColorMode : Enum
Fields
DarkBackground
Sets the background color as dark color.
Declaration
public const AvatarColorMode DarkBackground
Field Value
Type |
---|
AvatarColorMode |
Default
Contains the default color for the text and background color.
Declaration
public const AvatarColorMode Default
Field Value
Type |
---|
AvatarColorMode |
LightBackground
Sets the background color as a light color.
Declaration
public const AvatarColorMode LightBackground
Field Value
Type |
---|
AvatarColorMode |