Class ExcelDrawingRectangle
The focus point for a non-liner gradient fill
Inheritance
System.Object
ExcelDrawingRectangle
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.Theme
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingRectangle
Properties
BottomOffset
Bottom offset in percentage
Declaration
public double BottomOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LeftOffset
Left offset in percentage
Declaration
public double LeftOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RightOffset
Right offset in percentage
Declaration
public double RightOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TopOffset
Top offset in percentage
Declaration
public double TopOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |