Interface IShadow
- Namespace
- Spire.Xls.Core.Interfaces
- Assembly
- Spire.XLS.dll
Properties
Angle
Property Value
- int
Blur
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
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