A container for Dashes and an Offset.

Namespace: yWorks.Support.Windows
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
[ValueSerializerAttribute(typeof(DashStyleValueSerializer))]
[TypeConverterAttribute(typeof(DashStyleTypeConverter))]
public class DashStyle : Freezable
Visual Basic
<ValueSerializerAttribute(GetType(DashStyleValueSerializer))> _
<TypeConverterAttribute(GetType(DashStyleTypeConverter))> _
Public Class DashStyle _
	Inherits Freezable

Inheritance Hierarchy

System..::..Object
  yWorks.Support..::..Freezable
    yWorks.Support.Windows..::..DashStyle

See Also