GradientFormatLinearGradientScaled Property |
Determines whether a gradient is scaled.
Read/write
NullableBool.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic NullableBool LinearGradientScaled { get; set; }
Public Property LinearGradientScaled As NullableBool
Get
Set
public:
virtual property NullableBool LinearGradientScaled {
NullableBool get () sealed;
void set (NullableBool value) sealed;
}
abstract LinearGradientScaled : NullableBool with get, set
override LinearGradientScaled : NullableBool with get, set
Property Value
Type:
NullableBoolImplements
IGradientFormatLinearGradientScaled
See Also