Stroke Class

Represents an SVG stroke property object.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsStroke

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class Stroke

The Stroke type exposes the following members.

Constructors
 NameDescription
Public methodStroke Initializes a new instance of the Stroke class.
Top
Properties
 NameDescription
Public propertyColor Gets or sets the color.
Public propertyDashArray Gets or sets the dash array of the stroke.
Public propertyLineCap Gets or sets the line cap of the stroke.
Public propertyWidth Gets or sets the width of the stroke.
Top
See Also