Version

ColorInfo Class Members

The following tables list the members exposed by ColorInfo.

Public Constructors
 NameDescription
Public ConstructorColorInfo ConstructorOverloaded.   
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)AutomaticGets the automatic color, which is the window text system color.  
Public PropertyColorGets the base color associated of the ColorInfo.  
Public PropertyIsAutomaticGets the value which indicates whether the ColorInfo is automatic, or the window text system color.  
Public PropertyThemeColorTypeGets the base theme color associated of the ColorInfo.  
Public PropertyTintGets the to apply to the base color, from -1.0 (100% darken) to 1.0 (100% lighten).  
Public Methods
 NameDescription
Public MethodEqualsDetermines whether the ColorInfo is equal to the specified object.  
Public MethodGetHashCodeGets the hash code for the ColorInfo.  
Public MethodGetResolvedColorOverloaded. Gets the actual color which will be seen in the UI.  
Public MethodToStringGets the string representation of the ColorInfo.  
Public Operators
public Operator Equality Determines whether two ColorInfo instances are equal.
public Operator Implicit Type Conversion Overloaded. Converts from a Color to a ColorInfo.
public Operator Inequality Determines whether two ColorInfo instances are unequal.
See Also