[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapLineTemplate

MapLineTemplate Class

Defines a template to be applied to lines within a line layer

Inheritance
MapLineTemplate
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class MapLineTemplate : MapSpatialElementTemplate, ICloneable

Constructors

Name Description
MapLineTemplate()

Initializes a new instance of the MapLineTemplate class.

Properties

Name Description
LabelPlacement

Gets or sets the label placement for the line. That evaluates to one of MapLineTemplate.LineLabelPlacement. The default value is Above.

Width

Defines the width of the line. Default: 3.75pt An expression should evaluate to a Length. The default value is 3.75pt.

Methods

Name Description
Clone()

Creates a new object that is a copy of the current instance.

Extension Methods