Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / HasDimension Property

In This Topic
    HasDimension Property
    In This Topic
    Gets a value indicating whether the LayoutRect has non-zero width or height.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasDimension As System.Boolean
    public System.bool HasDimension {get;}
    See Also