FillFormat Class

Represents a fill formatting options.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class FillFormat : PVIObject, IFillFormat, 
	IFillParamSource

The FillFormat type exposes the following members.

Properties
  NameDescription
Public propertyFillType
Returns or sets the type of filling. Read/write FillType.
Public propertyGradientFormat
Returns the gradient fill format. Read-only IGradientFormat.
Public propertyPatternFormat
Returns the pattern fill format. Read-only IPatternFormat.
Public propertyPictureFillFormat
Returns the picture fill format. Read-only IPictureFillFormat.
Public propertyRotateWithShape
Determines whether the fill should be rotated with shape. Read/write NullableBool.
Public propertySolidFillColor
Returns the fill color. Read-only IColorFormat.
Methods
  NameDescription
Public methodEquals
Compares with specified object.
(Inherited from PVIObject.)
Protected methodFinalize (Inherited from Object.)
Public methodCode exampleGetEffective
Gets effective fill formatting data with the inheritance applied.
Public methodGetHashCode
Returns hash code.
(Inherited from PVIObject.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also