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 Background : DocumentSerializable, [T:sprᶟ]
Public Class Background
	Inherits DocumentSerializable
	Implements [T:sprᶟ]
public ref class Background : public DocumentSerializable, 
	[T:sprᶟ]
type Background =  
    class
        inherit DocumentSerializable
        interface [T:sprᶟ]
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CloneImpl()()()() (Inherited from DocumentSerializable.)
Color
Gets or sets background color.
Document
Gets the document.
(Inherited from OwnerHolder.)
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.)
GetDirectShapeAttribute(Int32)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInheritedShapeAttribute(Int32)
GetShapeAttribute(Int32)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Gradient
Gets or sets background gradient.
HasKey(Int32)
InitXDLSHolder()()()() (Overrides DocumentSerializable..::..InitXDLSHolder()()()().)
m_doc (Inherited from OwnerHolder.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Picture
Gets or sets background picture.
ReadXmlAttributes(IXDLSAttributeReader) (Overrides DocumentSerializable..::..ReadXmlAttributes(IXDLSAttributeReader).)
ReadXmlContent(IXDLSContentReader) (Overrides DocumentSerializable..::..ReadXmlContent(IXDLSContentReader).)
RemoveShapeAttribute(Int32)
RestoreReference(String, Int32) (Inherited from DocumentSerializable.)
SetPicture(Stream)
Sets the picture.
SetPicture(String)
Sets the picture.
SetShapeAttr(Int32, Object)
SetShapeAttribute(Int32, Object)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Type
Gets or Sets the type of background for document.
WriteXmlAttributes(IXDLSAttributeWriter) (Overrides DocumentSerializable..::..WriteXmlAttributes(IXDLSAttributeWriter).)
WriteXmlContent(IXDLSContentWriter) (Overrides DocumentSerializable..::..WriteXmlContent(IXDLSContentWriter).)
XDLSHolder (Inherited from DocumentSerializable.)

Inheritance Hierarchy

See Also