Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutHost Class / ThrowIfNotFit Property

In This Topic
    ThrowIfNotFit Property (LayoutHost)
    In This Topic
    Gets or sets a value indicating whether a LayoutException should be thrown if the width or height of some LayoutRect becomes negative.

    The default is true.

    Syntax
    'Declaration
     
    Public Property ThrowIfNotFit As System.Boolean
    public System.bool ThrowIfNotFit {get; set;}
    See Also