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