Show / Hide Table of Contents

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
In this article
Back to top Generated by DocFX