Show / Hide Table of Contents

Class Stretch

Inheritance
System.Object
Stretch
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Stretch : object

Properties

BottomOffset

Declaration
public double BottomOffset { get; set; }
Property Value
Type Description
System.Double

LeftOffset

Declaration
public double LeftOffset { get; set; }
Property Value
Type Description
System.Double

RightOffset

Declaration
public double RightOffset { get; set; }
Property Value
Type Description
System.Double

TopOffset

Declaration
public double TopOffset { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX