Table of Contents

ThinkGeo.MapSuite.SilverlightCore.RegexItem

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class represents a single Regex Match statement and styles to draw.

Inheritance Hierarchy

Members Summary

Public Constructors

RegexItem()

Remarks
Parameters

RegexItem(String,AreaStyle)

Remarks
Parameters

RegexItem(String,LineStyle)

Remarks
Parameters

RegexItem(String,PointStyle)

Remarks
Parameters

RegexItem(String,TextStyle)

Remarks
Parameters

RegexItem(String,Collection<Style>)

Remarks
Parameters

Protected Constructors

Public Methods

ToString()

Remarks
Return Value
Parameters

Equals(Object)

Remarks
Return Value
Parameters

GetHashCode()

Remarks
Return Value
Parameters

GetType()

Remarks
Return Value
Parameters

Protected Methods

Finalize()

Remarks
Return Value
Parameters

MemberwiseClone()

Remarks
Return Value
Parameters

Public Properties

RegularExpression

This property gets and sets the regular expression text used for matching.

Remarks

This should be a valid regular expression string. Formatting regular expression strings is outside the scope of this documentation; however, there are many useful resources on the web for learning about regular expressions.

Return Value

CustomStyles

This property gets the collection of custom styles.

Remarks

The custom styles allow you to use styles other than the default style properties of the class. In this way, you can use a DotDensityStyle or any other style in the API.

Return Value

DefaultAreaStyle

This property gets and sets the default AreaStyle. You should use this style if your features are area-based.

Remarks

The default style allows you to directly set properties on the styles without having to create a new style each time. You can start simply by setting properties like color, etc. This makes modifying styles very easy.

Return Value

DefaultLineStyle

This property gets and sets the default LineStyle. You should use this style if your features are line-based.

Remarks

The default style allows you to directly set properties on the styles without having to create a new style each time. You can start simply by setting properties like color, etc. This makes modifying styles very easy.

Return Value

DefaultPointStyle

This property gets and sets the default PointStyle. You should use this style if your features are point-based.

Remarks

The default style allows you to directly set properties on the styles without having to create a new style each time. You can start simply by setting properties like color, etc. This makes modifying styles very easy.

Return Value

DefaultTextStyle

This property gets and sets the default TextStyle. You should use this style if your features are text-based (such as labels).

Remarks

The default style allows you to directly set properties on the styles without having to create a new style each time. You can start simply by setting properties like color, etc. This makes modifying styles very easy.

Return Value

Protected Properties

Public Events