[]
Represents a gradient.
[TypeConverter(typeof(PSGradientConverter))]
public class PSGradient : ISerializeSupport
<TypeConverter(GetType(PSGradientConverter))>
Public Class PSGradient
Implements ISerializeSupport
| Name | Description |
|---|---|
| PSGradient() | Creates a new presentation space gradient object. |
| PSGradient(object) | Creates a new presentation space gradient object based on another object. |
| 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. |
| 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. |