Namespace:
Autodesk.Revit.DB
BackgroundImageFit
Enumeration
Description:
Indicates the background image fit type in rendering settings.
Indicates the background image fit type in rendering settings.
Syntax
public enum BackgroundImageFit
Unknown Namespace Members:
Name | Description |
---|---|
None | No scale applied to the image; it will keep its original size. |
Vertical | The image is proportionally resized so its height matches the view's height. |
Horizontal | The image is proportionally resized so its width matches the view's width. |
Stretch | The image is stretched in both directions so it matches the view's size. |