Description
This .NET class wraps the AcGiGradientBackgroundTraits ObjectARX class.
GradientBackgroundTraits represents a gradient background to the underlying display system. An instance of this class is populated by GradientBackground through its SetAttributes method.
Class Hierarchy
Autodesk.AutoCAD.GraphicsInterface.SubEntityTraits Autodesk.AutoCAD.GraphicsInterface.DrawableTraits Autodesk.AutoCAD.GraphicsInterface.NonEntityTraits Autodesk.AutoCAD.GraphicsInterface.GradientBackgroundTraits
C#
public abstract class GradientBackgroundTraits : NonEntityTraits;
Visual Basic
Public abstract Class GradientBackgroundTraits Inherits NonEntityTraits