Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
 public sealed class LineStyle : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class LineStyle
		Inherits TypesafeEnum
{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}
Values

Name

Description

Anchor
Dashed
Dashed
Dashed

Dashed line

Anchor
DashDot
DashDot
DashDot

Dash-dot line

Anchor
DashDotDot
DashDotDot
DashDotDot

Dash-dot-dot line

Anchor
Dotted
Dotted
Dotted

Dotted line

Anchor
Double
Double
Double

Double line

Anchor
Hair
Hair
Hair

Very thin line

Anchor
Medium
Medium
Medium

Medium line

Anchor
MediumDashed
MediumDashed
MediumDashed

Medium dashed line

Anchor
MediumDashDot
MediumDashDot
MediumDashDot

Medium dash-dot line

Anchor
MediumDashDotDot
MediumDashDotDot
MediumDashDotDot

Medium dash-dot-dot line

Anchor
None
None
None

No line

Anchor
SlantedDashDot
SlantedDashDot
SlantedDashDot

Slanted-dash-dot line

Anchor
Thick
Thick
Thick

Thick line

Anchor
Thin
Thin
Thin

Thin line

Scrollbar