ControlSpecialEffectType Enumeration |
Represents the type of special effect.
Namespace:
Aspose.Diagram.ActiveXControls
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum ControlSpecialEffectType
Public Enumeration ControlSpecialEffectType
public enum class ControlSpecialEffectType
type ControlSpecialEffectType
Members
| Member name | Value | Description |
---|
| Flat | 0 |
Flat
|
| Raised | 1 |
Raised
|
| Sunken | 2 |
Sunken
|
| Etched | 3 |
Etched
|
| Bump | 6 |
Bump
|
See Also