[This is preliminary documentation and is subject to change.]

Gets count of colors.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Count { get; }
Public ReadOnly Property Count As Integer
public:
property int Count {
	int get ();
}

Exceptions

ExceptionCondition
System..::.ObjectDisposedExceptionObject has been disposed.

See Also