ControlCaptionAlignmentType Enumeration |
Represents the position of the Caption relative to the control.
Namespace:
Aspose.Cells.Drawing.ActiveXControls
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic enum ControlCaptionAlignmentType
Public Enumeration ControlCaptionAlignmentType
public enum class ControlCaptionAlignmentType
type ControlCaptionAlignmentType
Members
| Member name | Value | Description |
---|
| Left | 0 |
The left of the control.
|
| Right | 1 |
The right of the control.
|
See Also