Visual Basic | |
---|---|
Public Enum dsViewBackgroundType_e Inherits System.Enum |
C# | |
---|---|
public enum dsViewBackgroundType_e : System.Enum |
JavaScript | |
---|---|
dsViewBackgroundType_e : String |
COM native C++ | |
---|---|
enum dsViewBackgroundType_e |
C++ | |
---|---|
enum dsViewBackgroundType_e |
Member | Description |
---|---|
dsViewBackgroundType_Gradient | 2 |
dsViewBackgroundType_Image | 3 |
dsViewBackgroundType_None | 0 |
dsViewBackgroundType_Solid | 1 |