ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / CompiledRegion.Entity Structure / IsRect Property

In This Topic
    IsRect Property
    In This Topic
    Gets a value indicating whether the entity is a rectangle.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsRect As Boolean
    public bool IsRect {get;}

    Property Value

    true if the entity is defined by exactly two points, representing a rectangle; otherwise, false.
    See Also