Show / Hide Table of Contents

Class Margin

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

Constructors

Margin()

Declaration
public Margin()

Properties

Bottom

Declaration
public DoubleUnit Bottom { get; set; }
Property Value
Type Description
DoubleUnit

BottomCm

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

BottomEmu

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

BottomInches

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

BottomPixels

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

BottomPoints

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

Left

Declaration
public DoubleUnit Left { get; set; }
Property Value
Type Description
DoubleUnit

LeftCm

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

LeftEmu

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

LeftInches

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

LeftPixels

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

LeftPoints

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

Right

Declaration
public DoubleUnit Right { get; set; }
Property Value
Type Description
DoubleUnit

RightCm

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

RightEmu

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

RightInches

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

RightPixels

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

RightPoints

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

Top

Declaration
public DoubleUnit Top { get; set; }
Property Value
Type Description
DoubleUnit

TopCm

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

TopEmu

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

TopInches

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

TopPixels

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

TopPoints

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