[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.PSGradient

PSGradient Class

Represents a gradient.

Inheritance
PSGradient
Implements
Namespace: FarPoint.Win.Spread.DrawingSpace
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(PSGradientConverter))]
public class PSGradient : ISerializeSupport
<TypeConverter(GetType(PSGradientConverter))>
Public Class PSGradient
    Implements ISerializeSupport

Constructors

Name Description
PSGradient()

Creates a new presentation space gradient object.

PSGradient(object)

Creates a new presentation space gradient object based on another object.

Properties

Name Description
Name

Gets or sets the name for the appearance object.

Sections

Gets or sets the gradient sections for the object.

Style

Gets or sets the gradient style for the object.

Methods

Name Description
Clone()

Creates a new gradient object by copying the current object properties.

Deserialize(XmlNodeReader)

Loads the object from XML.

Reset()

Resets the appearance object to its default settings.

ResetName()

Resets the name to its default settings.

ResetSections()

Resets the gradient sections of the object.

ResetStyle()

Resets the gradient style of the object.

Serialize(XmlTextWriter)

Saves the object to XML.