Class ExcelDrawingRectangle
The focus point for a non-liner gradient fill
Inherited Members
Namespace: OfficeOpenXml.Drawing.Theme
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingRectangle
Properties
BottomOffset
Bottom offset in percentage
Declaration
public double BottomOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
LeftOffset
Left offset in percentage
Declaration
public double LeftOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
RightOffset
Right offset in percentage
Declaration
public double RightOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
TopOffset
Top offset in percentage
Declaration
public double TopOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| double |