| Visual Basic (Declaration) | |
|---|---|
Public Enum PenAlignment Inherits Enum | |
| C# | |
|---|---|
public enum PenAlignment : Enum | |
| Member | Description |
|---|---|
| Center | Specifies that the Pen object is centered over the theoretical line. |
| Inset | Specifies that the Pen is positioned on the inside of the theoretical line. |
| Outset | Specifies that the Pen is positioned on the inside of the theoretical line. |
| Left | Specifies that the Pen is positioned on the inside of the theoretical line. |
| Right | Specifies that the Pen is positioned on the inside of the theoretical line. |
System.Object
System.ValueType
System.Enum
DataDynamics.Reports.Extensibility.Rendering.Drawing.PenAlignment