Xamarin.Android

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorType

    Show / Hide Table of Contents

    Class ColorType

    This enumeration contains possible color types.

    Inheritance
    System.Object
    ColorType
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ColorType : Enum

    Fields

    Automatic

    Automatic color.

    Declaration
    public const ColorType Automatic
    Field Value
    Type Description
    ColorType

    Indexed

    Indexed color.

    Declaration
    public const ColorType Indexed
    Field Value
    Type Description
    ColorType

    None

    Color not set

    Declaration
    public const ColorType None
    Field Value
    Type Description
    ColorType

    RGB

    RGB color.

    Declaration
    public const ColorType RGB
    Field Value
    Type Description
    ColorType

    Theme

    Theme color.

    Declaration
    public const ColorType Theme
    Field Value
    Type Description
    ColorType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved