menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AvatarColorMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved