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

In This Topic
    Multiplier Property
    In This Topic
    Gets or sets the multiplier to the value of the source distance.

    The multiplier must be positive or zero. It is applied before adding the Value.

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