StrokeData Class

Represents a Stroke.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsStrokeData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class StrokeData : BaseDataContract

The StrokeData type exposes the following members.

Constructors
 NameDescription
Public methodStrokeData Initializes a new instance of the StrokeData 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 propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyWidth Gets or sets the width of the stroke.
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between the business object and the DTO.
Public methodStatic memberToDataContractMappings The mapping between the business object and the DTO.
Top
See Also