DropButtonStyle Enumeration |
Represents the symbol displayed on the drop button.
Namespace:
Aspose.Diagram.ActiveXControls
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum DropButtonStyle
Public Enumeration DropButtonStyle
public enum class DropButtonStyle
Members
| Member name | Value | Description |
---|
| Plain | 0 |
Displays a button with no symbol.
|
| Arrow | 1 |
Displays a button with a down arrow.
|
| Ellipsis | 2 |
Displays a button with an ellipsis (...).
|
| Reduce | 3 |
Displays a button with a horizontal line like an underscore character.
|
See Also