Show / Hide Table of Contents

Class Reflection

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

Fields

algn

Declaration
public RectAlignment? algn
Field Value
Type Description
System.Nullable<RectAlignment>

dir

Declaration
public int? dir
Field Value
Type Description
System.Nullable<System.Int32>

endA

Declaration
public int? endA
Field Value
Type Description
System.Nullable<System.Int32>

fadeDir

Declaration
public int? fadeDir
Field Value
Type Description
System.Nullable<System.Int32>

kx

Declaration
public int? kx
Field Value
Type Description
System.Nullable<System.Int32>

ky

Declaration
public int? ky
Field Value
Type Description
System.Nullable<System.Int32>

rotWithShape

Declaration
public bool? rotWithShape
Field Value
Type Description
System.Nullable<System.Boolean>

sx

Declaration
public double? sx
Field Value
Type Description
System.Nullable<System.Double>

sy

Declaration
public double? sy
Field Value
Type Description
System.Nullable<System.Double>

Properties

Blur

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

Distance

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

Size

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

Transparency

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