GridColor Members

Include Protected Members
Include Inherited Members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the color for GridCell objects.

The GridColor type exposes the following members.

Constructors

  Name Description
Public method GridColor() Initializes a new instance of the GridColor class.
Public method GridColor(Color) Initializes a new instance of the GridColor class based on a Color object.
Public method GridColor(GridColor) Initializes a new instance of the GridColor class based on another GridColor object.
Public method GridColor(Byte, Byte, Byte, Byte) Initializes a new instance of the GridColor class based on the specified color channels.

Top

Properties

  Name Description
Public property A Gets or sets the alpha color channel.
Public property B Gets or sets the blue color channel.
Public property G Gets or sets the green color channel.
Public property R Gets or sets the red color channel.

Top

Methods

  Name Description
Public method Clone Performs a deep clone of this object.
Public method Diff Compares this object with another object and returns the differences.
Public method Equals Determines whether this object is equal to another object of the same type. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public methodStatic member FromString Creates a color from the specified string.
Public method GetHashCode Gets the hash code for this object. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToColor Converts this object to a Color object.
Public method ToString Converts this object to a string. (Overrides Object.ToString().)

Top

See Also

Reference

GridColor Class

Microsoft.PerformancePoint.Scorecards Namespace