Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / AnchorPoint Class / WidthFactor Property

In This Topic
    WidthFactor Property
    In This Topic
    Gets or sets the value to be multiplied by LayoutRect.Width before adding to the position of the Rect's left side.
    Syntax
    'Declaration
     
    Public Property WidthFactor As System.Single
    public System.float WidthFactor {get; set;}
    See Also