Class ExcelControlButton
Represents a button form control
Inheritance
System.Object
    
    
    
    
    ExcelControlButton
  Implements
System.IDisposable
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public class ExcelControlButton : ExcelControlWithText, IDisposable, IPictureContainerProperties
AutomaticSize
If size is automatic
Declaration
public bool AutomaticSize { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
ControlType
The type of form control
Declaration
public override eControlType ControlType { get; }Property Value
| Type | Description | 
|---|---|
| eControlType | 
Overrides
LayoutFlow
The buttons text layout flow
Declaration
public eLayoutFlow LayoutFlow { get; set; }Property Value
| Type | Description | 
|---|---|
| eLayoutFlow | 
Margin
The buttons margin settings
Declaration
public ExcelControlMargin Margin { get; }Property Value
| Type | Description | 
|---|---|
| ExcelControlMargin | 
Orientation
Text orientation
Declaration
public eShapeOrientation Orientation { get; set; }Property Value
| Type | Description | 
|---|---|
| eShapeOrientation | 
ReadingOrder
The reading order for the text
Declaration
public eReadingOrder ReadingOrder { get; set; }Property Value
| Type | Description | 
|---|---|
| eReadingOrder | 
TextAlignment
How the text is aligned
Declaration
public eTextAlignment TextAlignment { get; set; }Property Value
| Type | Description | 
|---|---|
| eTextAlignment | 
Implements
      System.IDisposable