Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class BackgroundGradient : VMLFill
Public Class BackgroundGradient
	Inherits VMLFill
public ref class BackgroundGradient : public VMLFill
type BackgroundGradient =  
    class
        inherit VMLFill
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Color (Inherited from VMLFill.)
Color1
Gets or sets first color for gradient.
Color2
Gets or sets second color for gradient (used when TwoColors set to true).
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImageBytes (Inherited from VMLFill.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
On (Inherited from VMLFill.)
Opacity (Inherited from VMLFill.)
ShadingStyle
Gets or sets shading style for gradient.
ShadingVariant
Gets or sets shading variants.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Doc.Fields.Shape..::..VMLFill
    Spire.Doc..::..BackgroundGradient

See Also