IGradientFormatEffectiveData Interface

Imutable object which contains effective gradient filling properties.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IGradientFormatEffectiveData : IFillParamSource

The IGradientFormatEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyAsIFillParamSource
Allows to get base IFillParamSource interface. Read-only IFillParamSource.
Public propertyGradientDirection
Returns the style of a gradient. Read-only GradientDirection.
Public propertyGradientShape
Returns the shape of a gradient. Read-only GradientShape.
Public propertyGradientStops
Returns the collection of gradient stops. Read-only IGradientStopCollectionEffectiveData.
Public propertyLinearGradientAngle
Returns the angle of a gradient. Read-only Single.
Public propertyLinearGradientScaled
Determines whether a gradient is scaled. Read-only Boolean.
Public propertyTileFlip
Returns the flipping mode for a gradient. Read-only TileFlip.
Remarks
This interface is used as a part of IFillFormatEffectiveData and ILineFillFormatEffectiveData.
See Also