Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Use the LineStyle class to set a line style for a Border or BorderPart.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Use the [LineStyle|Border.LineStyle] class to set  a line style for a [Border|Border] or [BorderPart|BorderPart].{excerpt}
{signature:C#}
 public sealed class LineStyle : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class LineStyle
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

Dashed line

...

Dash-dot line

...

Dash-dot-dot line

...

Dotted line

...

Double line

...

Very thin line

...

Medium line

...

Medium dashed line

...

Medium dash-dot line

...

Medium dash-dot-dot line

...

No line

...

Slanted-dash-dot line

...

Thick line

...

Thin line

...

{signature}
{values}
||Name||Description||
|{anchor:Dashed}Dashed|Dashed line|
|{anchor:DashDot}DashDot|Dash\-dot line|
|{anchor:DashDotDot}DashDotDot|Dash\-dot\-dot line|
|{anchor:Dotted}Dotted|Dotted line|
|{anchor:Double}Double|Double line|
|{anchor:Hair}Hair|Very thin line|
|{anchor:Medium}Medium|Medium line|
|{anchor:MediumDashed}MediumDashed|Medium dashed line|
|{anchor:MediumDashDot}MediumDashDot|Medium dash\-dot line|
|{anchor:MediumDashDotDot}MediumDashDotDot|Medium dash\-dot\-dot line|
|{anchor:None}None|No line|
|{anchor:SlantedDashDot}SlantedDashDot|Slanted\-dash\-dot line|
|{anchor:Thick}Thick|Thick line|
|{anchor:Thin}Thin|Thin line|
{scrollbar}