Table of Contents

Interface IShadow

Namespace
Spire.Xls.Core.Interfaces
Assembly
Spire.XLS.dll
public interface IShadow

Properties

Angle

int Angle { get; set; }

Property Value

int

Blur

int Blur { get; set; }

Property Value

int

Color

Color Color { get; set; }

Property Value

Color

Distance

int Distance { get; set; }

Property Value

int

HasCustomStyle

bool HasCustomStyle { get; set; }

Property Value

bool

ShadowInnerType

XLSXChartShadowInnerType ShadowInnerType { get; set; }

Property Value

XLSXChartShadowInnerType

ShadowOuterType

XLSXChartShadowOuterType ShadowOuterType { get; set; }

Property Value

XLSXChartShadowOuterType

ShadowPrespectiveType

XLSXChartPrespectiveType ShadowPrespectiveType { get; set; }

Property Value

XLSXChartPrespectiveType

Size

int Size { get; set; }

Property Value

int

SoftEdge

int SoftEdge { get; set; }

Property Value

int

Transparency

int Transparency { get; set; }

Property Value

int

Methods

CustomShadowStyles(XLSXChartPrespectiveType, int, int, int, int, int, bool)

void CustomShadowStyles(XLSXChartPrespectiveType iPerspective, int iTransparency, int iSize, int iBlur, int iAngle, int iDistance, bool iCustomShadowStyle)

Parameters

iPerspective XLSXChartPrespectiveType
iTransparency int
iSize int
iBlur int
iAngle int
iDistance int
iCustomShadowStyle bool

CustomShadowStyles(XLSXChartShadowInnerType, int, int, int, int, bool)

void CustomShadowStyles(XLSXChartShadowInnerType iInner, int iTransparency, int iBlur, int iAngle, int iDistance, bool iCustomShadowStyle)

Parameters

iInner XLSXChartShadowInnerType
iTransparency int
iBlur int
iAngle int
iDistance int
iCustomShadowStyle bool

CustomShadowStyles(XLSXChartShadowOuterType, int, int, int, int, int, bool)

void CustomShadowStyles(XLSXChartShadowOuterType iOuter, int iTransparency, int iSize, int iBlur, int iAngle, int iDistance, bool iCustomShadowStyle)

Parameters

iOuter XLSXChartShadowOuterType
iTransparency int
iSize int
iBlur int
iAngle int
iDistance int
iCustomShadowStyle bool