Click or drag to resize

BackgroundStyle Enumeration

Constants that define how the background of a viewport should be filled.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum BackgroundStyle
Members
  Member nameValueDescription
SolidColor0Single solid color fill.
WallpaperImage1Simple image background wallpaper.
Gradient2Two color top/bottom color gradient.
Environment3Using a Render Environment.
See Also