Click or drag to resize

IShapeFill Methods

The IShapeFill type exposes the following members.

Methods
Name Description
Public method CustomPicture(String)
Sets user defined picture.
Public method CustomPicture(Image, String)
Sets user defined picture.
Public method CustomTexture(String)
Sets user defined texture.
Public method CustomTexture(Image, String)
Sets user defined texture.
Public method OneColorGradient
Sets the specified XlsFill to a one-color gradient.
Public method OneColorGradient(GradientStyleType)
Sets the specified XlsFill to a one-color gradient.
Public method OneColorGradient(GradientStyleType, GradientVariantsType)
Sets the specified XlsFill to a one-color gradient.
Public method Patterned
Sets the specified XlsFill to a pattern.
Public method PresetGradient(GradientPresetType)
Sets the specified XlsFill to a preset gradient.
Public method PresetGradient(GradientPresetType, GradientStyleType)
Sets the specified XlsFill to a preset gradient.
Public method PresetGradient(GradientPresetType, GradientStyleType, GradientVariantsType)
Sets the specified XlsFill to a preset gradient.
Public method PresetTextured
Sets the specified XlsFill format to a preset texture.
Public method Solid
Sets the specified XlsFill to a uniform color.
Public method TwoColorGradient
Sets the specified XlsFill to a two-color gradient.
Public method TwoColorGradient(GradientStyleType)
Sets the specified XlsFill to a two-color gradient.
Public method TwoColorGradient(GradientStyleType, GradientVariantsType)
Sets the specified XlsFill to a two-color gradient.
Top
See Also