GradientStops
IsDoubled Property
|
Returns true if gradient stops are symmetric. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsDoubled { get; }
Public ReadOnly Property IsDoubled As Boolean
Get
public:
property bool IsDoubled {
bool get ();
}
member IsDoubled : bool with get
Property Value
Type:
Boolean
See Also