WinForms

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

    Show / Hide Table of Contents

    Class ColorCollection

    Class for ColorCollection.

    Inheritance
    System.Object
    ColorCollection
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ColorCollection

    Constructors

    ColorCollection()

    Declaration
    public ColorCollection()

    Properties

    Color1

    Gets or sets the value associated with the Color1.

    Declaration
    public Color Color1 { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Color2

    Gets or sets the value associated with the Color2.

    Declaration
    public Color Color2 { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Color3

    Gets or sets the value associated with the Color3.

    Declaration
    public Color Color3 { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Color4

    Gets or sets the value associated with the Color4.

    Declaration
    public Color Color4 { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Color5

    Gets or sets the value associated with the Color5.

    Declaration
    public Color Color5 { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Color6

    Gets or sets the value associated with the Color6.

    Declaration
    public Color Color6 { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Color7

    Gets or sets the value associated with the Color7.

    Declaration
    public Color Color7 { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Color8

    Gets or sets the value associated with the Color8.

    Declaration
    public Color Color8 { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Methods

    ResetColor1()

    Resets the Color1

    Declaration
    public void ResetColor1()

    ResetColor2()

    Resets the Color2

    Declaration
    public void ResetColor2()

    ResetColor3()

    Resets the Color3

    Declaration
    public void ResetColor3()

    ResetColor4()

    Resets the Color4

    Declaration
    public void ResetColor4()

    ResetColor5()

    Resets the Color5

    Declaration
    public void ResetColor5()

    ResetColor6()

    Resets the Color6

    Declaration
    public void ResetColor6()

    ResetColor7()

    Resets the Color7

    Declaration
    public void ResetColor7()

    ResetColor8()

    Resets the Color8

    Declaration
    public void ResetColor8()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved