[]
Represents a compound border.
[TypeConverter(typeof(BorderConverter))]
public class CompoundBorder : IBorder, IBorder2, ISerializeSupport, ICloneable, IComparable, IBorder3, IBorderGrayscaleSupport
<TypeConverter(GetType(BorderConverter))>
Public Class CompoundBorder
Implements IBorder, IBorder2, ISerializeSupport, ICloneable, IComparable, IBorder3, IBorderGrayscaleSupport
| Name | Description |
|---|---|
| CompoundBorder(IBorder, IBorder) | Creates a compound border with the specified inside and outside borders. |
| CompoundBorder(IBorder, IBorder, int, Color) | Creates a compound border with the specified inside and outside borders and the specified face color. |
| Name | Description |
|---|---|
| FaceColor | Gets the color of the face for a compound border. |
| FaceWidth | Gets the width of the face for a compound border. |
| Inset | Gets the insets of the border for a compound border. |
| Inside | Gets the inside border for a compound border. |
| Outside | Gets the outside border for a compound border. |
| Name | Description |
|---|---|
| Clone() | Clones the border object. |
| CompareTo(object) | Compares the current object with another object of the same type. |
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| Equals(object) | Compares the specified object to this border object. |
| Paint(IBorderGraphics, float, float, float, float, bool) | Paints (prints) to PDF the compound border inside the specified rectangle. |
| Paint(Graphics, int, int, int, int) | Paints the compound border inside the specified rectangle. |
| Paint(Graphics, int, int, int, int, bool) | Paints the compound border inside the specified rectangle. |
| Serialize(XmlTextWriter) | Saves the object to XML. |