Class ExcelDrawingRectangle
The focus point for a non-liner gradient fill
Inheritance
Object
ExcelDrawingRectangle
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 |