Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / SizeConstraint Class / Value Property

In This Topic
    Value Property (SizeConstraint)
    In This Topic
    Gets or sets the absolute or relative width or height of the target LayoutRect.

    The absolute width or height must be positive or zero.

    Syntax
    'Declaration
     
    Public Property Value As System.Single
    public System.float Value {get; set;}
    See Also