LineFillFormat Class

Represents properties for lines filling.
Inheritance Hierarchy

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

The LineFillFormat type exposes the following members.

Properties
  NameDescription
Public propertyFillType
Returns or sets the fill type. Read/write FillType.
Public propertyGradientFormat
Returns the gradient fill format. Read-only IGradientFormat.
Public propertyPatternFormat
Returns the pattern fill format. Read-only IPatternFormat.
Public propertyRotateWithShape
Determines whether the fill should be rotated with a shape. Read/write NullableBool.
Public propertySolidFillColor
Returns the color of a solid fill. Read-only IColorFormat.
Methods
  NameDescription
Public methodEquals
Compares with specified object.
(Inherited from PVIObject.)
Protected methodFinalize (Inherited from Object.)
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