Class ExcelControlButton
- Namespace
- OfficeOpenXml.Drawing.Controls
- Assembly
- EPPlus.dll
Represents a button form control
public class ExcelControlButton : ExcelControlWithText, IDisposable
- Inheritance
-
ExcelControlButton
- Implements
- Inherited Members
Properties
AutomaticSize
If size is automatic
public bool AutomaticSize { get; set; }
Property Value
ControlType
The type of form control
public override eControlType ControlType { get; }
Property Value
LayoutFlow
The buttons text layout flow
public eLayoutFlow LayoutFlow { get; set; }
Property Value
Margin
The buttons margin settings
public ExcelControlMargin Margin { get; }
Property Value
Orientation
Text orientation
public eShapeOrientation Orientation { get; set; }
Property Value
ReadingOrder
The reading order for the text
public eReadingOrder ReadingOrder { get; set; }
Property Value
TextAlignment
How the text is aligned
public eTextAlignment TextAlignment { get; set; }