ActiveReports Developer 7
IsIdentity Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class : IsIdentity Property

Glossary Item Box

Geta an indication of whether or not the MatrixEx is an identity matrix.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsIdentity As System.Boolean
C# 
public System.bool IsIdentity {get;}

See Also