menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ColorType

    Specifies the color type.

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

    Fields

    Automatic

    Indicates ColorType is Automatic.

    Declaration
    public const ColorType Automatic
    Field Value
    Type
    ColorType

    Indexed

    Indicates ColorType which is determined by Indexed color.

    Declaration
    public const ColorType Indexed
    Field Value
    Type
    ColorType

    None

    Indicates color is not set.

    Declaration
    public const ColorType None
    Field Value
    Type
    ColorType

    RGB

    Indicates ColorType which is determined by values of red, green, and blue.

    Declaration
    public const ColorType RGB
    Field Value
    Type
    ColorType

    Theme

    Indicates ColorType which is determined by theme colors.

    Declaration
    public const ColorType Theme
    Field Value
    Type
    ColorType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved