Click or drag to resize

ExcelShapeFill Class

Represents the interior of a shape
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelShapeFill
    ExpertXls.ExcelLibExcelChartInterior

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public class ExcelShapeFill

The ExcelShapeFill type exposes the following members.

Properties
 NameDescription
Public propertyFillType Gets or sets the shape fill type.
Public propertyGradientFillOptions Gets the gradient options object for the interior. This property returns a null object if the InteriorType is not GradientFill.
Public propertyPatternFillOptions Gets the pattern options object for the interior. This property returns a null object if the InteriorType is not PatternFill.
Public propertyPictureFillOptions Gets the picture fill options object for the interior. This property returns a null object if the InteriorType is not PictureFill.
Public propertySolidFillOptions Gets the solid fill options object for the interior. This property returns a null object if the InteriorType is not SolidFill.
Public propertyTextureFillOptions Gets the gradient options object for the interior. This property returns a null object if the InteriorType is not GradientFill.
Top
See Also