Share via


ChartFillFormat Members

Include Protected Members
Include Inherited Members

Represents fill formatting for a shape. A shape can have a solid, gradient, texture, pattern, picture, or semi-transparent fill.

The ChartFillFormat type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property BackColor Returns or sets a ChartColorFormat object that represents the background color for the specified fill or patterned line. Read/write.
Public property Creator Returns a Long that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft Office PowerPoint, this property returns the hexadecimal number 50575054. Read-only.
Public property ForeColor Returns or sets a ChartColorFormat object that represents the foreground color for the fill, line, or shadow. Read/write.
Public property GradientColorType Returns the gradient color type for the specified fill. Read-only.
Public property GradientDegree Returns a value that indicates how dark or light a one-color gradient fill is. Read-only.
Public property GradientStyle Returns the gradient style for the specified fill. Read-only.
Public property GradientVariant Returns the gradient variant for the specified fill as an integer value from 1 to 4 for most gradient fills. Read-only.
Public property Parent Returns the parent object for the specified object.
Public property Pattern
Public property PresetGradientType Returns the preset gradient type for the specified fill. Read-only.
Public property PresetTexture
Public property TextureName Returns the name of the custom texture file for the specified fill. Read-only.
Public property TextureType Returns the texture type for the specified fill. Read-only.
Public property Type Represent the type of fill. Read-only.
Public property Visible Returns or sets the visibility of the specified object or the formatting applied to the specified object. Read/write.

Top

Methods

  Name Description
Public method OneColorGradient Sets the specified fill to a one-color gradient.
Public method Patterned Sets or returns a value that represents the pattern applied to the specified fill. Read-only.
Public method PresetGradient Sets the specified fill to a preset gradient.
Public method PresetTextured Returns the preset texture for the specified fill. Read-only.
Public method Solid Sets the specified fill to a uniform color. Use this method to convert a gradient, textured, patterned, or background fill back to a solid fill.
Public method TwoColorGradient Sets the specified fill to a two-color gradient.
Public method UserPicture Fills the specified shape with one large image.
Public method UserTextured Fills the specified shape with small tiles of an image.

Top

See Also

Reference

ChartFillFormat Interface

Microsoft.Office.Interop.PowerPoint Namespace