The enumerated type representing the permitted values for the asset property "GradientType" from the "Gradient" schema.
Namespace: Autodesk.Revit.DB.VisualAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public enum GradientType |
| Visual Basic |
|---|
Public Enumeration GradientType |
| Visual C++ |
|---|
public enum class GradientType |
Members
| Member name | Description |
|---|---|
| Fourcorner | |
| Box | |
| Diagonal | |
| Lighting | |
| Linear | |
| Mapped | |
| Normal | |
| Pong | |
| Radial | |
| Spiral | |
| Sweep | |
| Tartan |