Table of Contents

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

bool

ControlType

The type of form control

public override eControlType ControlType { get; }

Property Value

eControlType

LayoutFlow

The buttons text layout flow

public eLayoutFlow LayoutFlow { get; set; }

Property Value

eLayoutFlow

Margin

The buttons margin settings

public ExcelControlMargin Margin { get; }

Property Value

ExcelControlMargin

Orientation

Text orientation

public eShapeOrientation Orientation { get; set; }

Property Value

eShapeOrientation

ReadingOrder

The reading order for the text

public eReadingOrder ReadingOrder { get; set; }

Property Value

eReadingOrder

TextAlignment

How the text is aligned

public eTextAlignment TextAlignment { get; set; }

Property Value

eTextAlignment