The RenderSettings type exposes the following members.

Properties

  NameDescription
CustomRenderSettings
Gets or sets a ICustomRenderSettings object that should be applied when rendering the shapefile
DbfReader
Gets the DbfReader of this RenderSettings ShapeFile
FieldIndex
Gets the zero based field column index of the specifed DBF FieldName
FieldName
Gets / Sets the name of the Field in the DBF file that will be used when labeling shapes
FillColor
Gets / Sets the Fill Color to use when rendering the interior of each shape
FillInterior
Gets / Sets whether to fill the interior of each shape (Polygon)
Font
Gets / Sets the Font to use when labelling shapes
FontColor
Gets / Sets the Font Color to use when rendering shape labels
IsSelectable
Gets / Sets whether the ShapeFile is selectable
LineType
Gets / Sets the LineType to use when rending lines (PolyLine and PolyLineM only)
MaxZoomLevel
Gets / Sets the Max Zoom level before the layer is not rendered

Remarks

Use this property in conjunction with MinRenderZoomLevel to control whether a layer is rendered as a map is zoomed in and out

This property will be ignored if it is set to a number less than 0

MinRenderLabelZoom
Gets / Sets the Minimum Zoom Level before labels will be rendered.
MinZoomLevel
Gets / Sets the Min Zoom level before the layer is rendered.
OutlineColor
Gets / Sets the color used to draw the outline of each shape.
PenWidthScale
Gets / Sets the width of the pen in ShapeFile coordinate units (PolyLines only).
PointImageSymbol
Gets/Sets the Image Symbol to use for Point records
PointSize
Gets/Sets the size (in pixels) to use when rendering each point in a Point ShapeFile
ShadowText
Gets / Sets whether to use a "Shadow" text effect when labelling shapes
ToolTipFieldIndex
Gets the zero based field column index of the ToolTipFieldName
ToolTipFieldName
Gets / Sets the name of the Field in the DBF file that will be used for the ToolTip text
UseToolTip
Gets / Sets whether to use a ToolTip for the layer

See Also