ShapeReflection
FadeDirection Property
|
Gets and sets the direction to offset the reflection.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double FadeDirection { get; set; }
Public Property FadeDirection As Double
Get
Set
public:
virtual property double FadeDirection {
double get () sealed;
void set (double value) sealed;
}
abstract FadeDirection : float with get, set
override FadeDirection : float with get, set
Property Value
Type:
Double
Implements
IReflectionEffect
FadeDirection
See Also