Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class XlsShapeFill : XlsObject, 
	IShapeFill
Public Class XlsShapeFill
	Inherits XlsObject
	Implements IShapeFill
public ref class XlsShapeFill : public XlsObject, 
	IShapeFill
type XlsShapeFill =  
    class
        inherit XlsObject
        interface IShapeFill
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AddReference()()()() (Inherited from XlsObject.)
BackColor
BackColorObject
BackKnownColor
CheckDisposed()()()() (Inherited from XlsObject.)
Clone(Object)
CompareTo(IGradient)
CustomPicture(String)
CustomPicture(Image, String)
CustomTexture(String)
CustomTexture(Image, String)
Dispose()()()() (Inherited from XlsObject.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FillType
Finalize()()()() (Inherited from XlsObject.)
FindParent(Type) (Inherited from XlsObject.)
FindParent(array<Type>[]()[][]) (Inherited from XlsObject.)
FindParent(Type, Boolean) (Inherited from XlsObject.)
FindParents(array<Type>[]()[][]) (Inherited from XlsObject.)
ForeColor
ForeColorObject
ForeKnownColor
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GradientColorType
GradientDegree
GradientStops
GradientStyle
GradientVariant
IsDoubled(GradientStyleType, GradientVariantsType)
IsGradientSupported
IsInverted(GradientStyleType, GradientVariantsType)
m_bIsDisposed (Inherited from XlsObject.)
m_picture
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnDispose()()()() (Inherited from XlsObject.)
OneColorGradient()()()()
OneColorGradient(GradientStyleType)
OneColorGradient(GradientStyleType, GradientVariantsType)
Parent (Inherited from XlsObject.)
Pattern
Patterned(GradientPatternType)
PicStretch
PicTile
Picture
PictureName
PresetGradient(GradientPresetType)
PresetGradient(GradientPresetType, GradientStyleType)
PresetGradient(GradientPresetType, GradientStyleType, GradientVariantsType)
PresetGradientType
PresetTextured(GradientTextureType)
ReferenceCount (Inherited from XlsObject.)
ReleaseReference()()()() (Inherited from XlsObject.)
SetParent(Object) (Inherited from XlsObject.)
Solid()()()()
Texture
Tile
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Transparency
TransparencyFrom
TransparencyTo
TwoColorGradient()()()()
TwoColorGradient(GradientStyleType)
TwoColorGradient(GradientStyleType, GradientVariantsType)
Visible

Inheritance Hierarchy

System..::..Object
  Spire.Xls.Core.Spreadsheet..::..XlsObject
    Spire.Xls.Core.Spreadsheet.Shapes..::..XlsShapeFill
      Spire.Xls.Core.Spreadsheet.Charts..::..XlsChartFill

See Also