ScaleMode Property

Specifies the unit of measurement for the coordinates of an object when using graphics methods or when positioning controls. Available at design time and run time.

Object.ScaleMode = nMode

Return Value

  • nMode
    The settings for the ScaleMode property are:

    Setting Description

    0

    Foxels (A Visual FoxPro term. Equivalent to the maximum height and average width of a character in the current font.)

    3

    Pixels (default; smallest unit of monitor or printer resolution)

Remarks

Applies To: Form | _SCREEN | ToolBar

See Also

Reference

DrawMode Property
DrawStyle Property

Other Resources

Properties (Visual FoxPro)