Share

BackgroundImageFit Enumeration

Indicates the background image fit type in rendering settings.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum BackgroundImageFit

Members

Member nameValueDescription
Horizontal42 The image is proportionally resized so its width matches the view's width.
None0 No scale applied to the image; it will keep its original size.
Stretch43 The image is stretched in both directions so it matches the view's size.
Vertical41 The image is proportionally resized so its height matches the view's height.

See Also

Reference

Was this information helpful?