IShadow
CustomShadowStyles Method (XLSXChartShadowOuterType, Int32, Int32, Int32, Int32, Int32, Boolean)
|
Customs the outer shadow styles.
Namespace:
Spire.Xls.Core.Interfaces
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void CustomShadowStyles(
XLSXChartShadowOuterType iOuter,
int iTransparency,
int iSize,
int iBlur,
int iAngle,
int iDistance,
bool iCustomShadowStyle
)
Sub CustomShadowStyles (
iOuter As XLSXChartShadowOuterType,
iTransparency As Integer,
iSize As Integer,
iBlur As Integer,
iAngle As Integer,
iDistance As Integer,
iCustomShadowStyle As Boolean
)
void CustomShadowStyles(
XLSXChartShadowOuterType iOuter,
int iTransparency,
int iSize,
int iBlur,
int iAngle,
int iDistance,
bool iCustomShadowStyle
)
abstract CustomShadowStyles :
iOuter : XLSXChartShadowOuterType *
iTransparency : int *
iSize : int *
iBlur : int *
iAngle : int *
iDistance : int *
iCustomShadowStyle : bool -> unit
Parameters
-
iOuter
-
Type:
Spire.Xls
XLSXChartShadowOuterType
The Excel2007ChartPresetsOuter enumeration.
-
iTransparency
-
Type:
System
Int32
Transparency of the Shadow accepts the values between(0-100).
-
iSize
-
Type:
System
Int32
Size of the Shadow accepts the values between(0-200).
-
iBlur
-
Type:
System
Int32
Blur level of the Shadow accepts the values between(0-100).
-
iAngle
-
Type:
System
Int32
Angle or Direction of the Shadow accepts the values between(0-359).
-
iDistance
-
Type:
System
Int32
Distance of the Shadow accepts the values between(0-200).
-
iCustomShadowStyle
-
Type:
System
Boolean
if set to
true
[custom shadow style].
See Also