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)
Syntax
public enum DropButtonStyle
Members
  Member nameValueDescription
Plain0 Displays a button with no symbol.
Arrow1 Displays a button with a down arrow.
Ellipsis2 Displays a button with an ellipsis (...).
Reduce3 Displays a button with a horizontal line like an underscore character.
See Also