Click or drag to resize
StyleInfoConvertDashStyle Method
Converts a border dash style in to a System.Drawing.Drawing2D.DashStyle.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static DashStyle ConvertDashStyle(
	BorderDashStyle style
)

Parameters

style
Type: Stingray.GridBorderDashStyle
The input border dash style.

Return Value

Type: DashStyle
The converted value.
See Also