The RenderSettings type exposes the following members.

Constructors

  NameDescription
Public methodRenderSettings
Constructs a new RenderSettings object

Methods

  NameDescription
Public methodDispose()()()()
Dispose of the RenderSettings
Protected methodDispose(Boolean)
Diposes of the RenderSettings. Derived classes that override this method should call base.Dispose(disposing)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Destructor
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode (Inherited from Object.)
Public methodGetImageSymbol
Returns the symbol Image if PointImageSymbol has been set
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodReadXml
Reads the RenderSettings properties from an Xml representation
Public methodToString (Inherited from Object.)
Public methodWriteXml
Writes an XML representation of RenderSettings

Properties

  NameDescription
Public propertyCustomRenderSettings
Gets or sets a ICustomRenderSettings object that should be applied when rendering the shapefile
Public propertyDbfReader
Gets the DbfReader of this RenderSettings ShapeFile
Public propertyFieldIndex
Gets the zero based field column index of the specifed DBF FieldName
Public propertyFieldName
Gets / Sets the name of the Field in the DBF file that will be used when labeling shapes
Public propertyFillColor
Gets / Sets the Fill Color to use when rendering the interior of each shape
Public propertyFillInterior
Gets / Sets whether to fill the interior of each shape (Polygon)
Public propertyFont
Gets / Sets the Font to use when labelling shapes
Public propertyFontColor
Gets / Sets the Font Color to use when rendering shape labels
Public propertyIsSelectable
Gets / Sets whether the ShapeFile is selectable
Public propertyLineDashStyle
Public propertyLineEndCap
Public propertyLineStartCap
Public propertyLineType
Gets / Sets the LineType to use when rending lines (PolyLine and PolyLineM only)
Public propertyMaxPixelPenWidth
Gets / Sets the Maximum width of the pen in Pixels.
Public propertyMaxZoomLevel
Gets / Sets the Max Zoom level before the layer is not rendered
Public propertyMinPixelPenWidth
Gets / Sets the Minimum width of the pen in Pixels.
Public propertyMinRenderLabelZoom
Gets / Sets the Minimum Zoom Level before labels will be rendered.
Public propertyMinZoomLevel
Gets / Sets the Min Zoom level before the layer is rendered.
Public propertyOutlineColor
Gets / Sets the color used to draw the outline of each shape.
Public propertyPenWidthScale
Gets / Sets the width of the pen in ShapeFile coordinate units (PolyLines only).
Public propertyPointImageSymbol
Gets/Sets the Image Symbol to use for Point records
Public propertyPointSize
Gets/Sets the size (in pixels) to use when rendering each point in a Point ShapeFile
Public propertyRenderDuplicateFields
Indicates whether or not to render duplicate field names on a polyline shape
Public propertyRenderQuality
Gets / Sets the RenderQuality of the layer.
Public propertySelectFillColor
Gets / Sets the Fill Color to use when rendering the interior of selected shapes
Public propertySelectOutlineColor
Gets / Sets the color used to draw the outline of selected shapes.
Public propertyShadowText
Gets / Sets whether to use a "Shadow" text effect when labelling shapes
Public propertyStringEncoding
Gets/Sets the text encoding used when reading string attribbutes from the shapefile's DBF file
Public propertyToolTipFieldIndex
Gets the zero based field column index of the ToolTipFieldName
Public propertyToolTipFieldName
Gets / Sets the name of the Field in the DBF file that will be used for the ToolTip text
Public propertyUseToolTip
Gets / Sets whether to use a ToolTip for the layer

See Also