OutlineStyle.CompoundType Property
Gets or sets whether the outline is rendered as a single line or as multiple parallel lines with varying thicknesses.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Property Value
| Type | Description |
|---|---|
| LineCompoundType | The compound type. |
Available values:
| Name | Description | Example |
|---|---|---|
| Single | A single line of normal width. |
|
| Double | A line style composed of double lines of equal width. |
|
| ThickThin | A line style composed of double lines, the first of which is thick and the second, thin. |
|
| ThinThick | A line style composed of double lines, the first of which is thin and the second, thick. |
|
| Triple | A line style composed of triple lines, the first of which is thin, the second, thick, and the last one, thin. |
|
See Also




