SVGOptionsDisableGradientSplit Property |
Disables splitting FromCornerX and FromCenter gradients.
Read/write
Boolean.
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.4.0.0 (21.4)
Syntaxpublic bool DisableGradientSplit { get; set; }
Public Property DisableGradientSplit As Boolean
Get
Set
public:
virtual property bool DisableGradientSplit {
bool get () sealed;
void set (bool value) sealed;
}
abstract DisableGradientSplit : bool with get, set
override DisableGradientSplit : bool with get, set
Property Value
Type:
BooleanImplements
ISVGOptionsDisableGradientSplit
See Also