<?xml version="1.0"?>
<doc>
    <assembly>
        <name>DotSpatial.Symbology.Forms</name>
    </assembly>
    <members>
        <member name="T:DotSpatial.Symbology.Forms.AddCustomSymbolDialog">
            <summary>
            ExportFeature
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.AddCustomSymbolDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AddCustomSymbolDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AddCustomSymbolDialog.#ctor(System.Collections.Generic.List{System.String},DotSpatial.Symbology.IFeatureSymbolizer)">
            <summary>
            This looks like a function created by Mr. Jiri and not commented on.
            </summary>
            <param name="symbolCategories"></param>
            <param name="symbolizer"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AddCustomSymbolDialog.CreateCustomSymbolizer">
            <summary>
            Creates the new custom symbolizer with the specified name and category
            </summary>
            <returns>the custom symbolizer</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AddCustomSymbolDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AddCustomSymbolDialog.CustomSymbolizer">
            <summary>
            The custom symbolizer edited by this form
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.AngleControl">
            <summary>
            A user control for specifying angles
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AngleControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AngleControl.#ctor">
            <summary>
            A user control designed to allow an angle to be chosen
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AngleControl.OnAngleChanged">
            <summary>
            Fires the angle changed event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AngleControl.OnAngleChosen">
            <summary>
            fires an event once the mouse has been released.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.AngleControl.AngleChanged">
            <summary>
            Occurs when the angle changes either by the picker or the textbox.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.AngleControl.AngleChosen">
            <summary>
            Occurs when the mouse up event occurs on the picker
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AngleControl.Angle">
            <summary>
            Gets or sets the integer angle in degrees.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AngleControl.Clockwise">
            <summary>
            Gets or sets a boolean indicating if the values should increase in the
            clockwise direction instead of the counter clockwise direction
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AngleControl.KnobColor">
            <summary>
            Gets or sets the base Knob Color
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AngleControl.StartAngle">
            <summary>
            Gets or sets the start angle in degrees measured counter clockwise from the X axis.
            For instance, for an azimuth angle that starts at the top, this should be set to 90.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AngleControl.Caption">
            <summary>
            Gets or sets the string text for this control.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.AngleEditor">
            <summary>
            CharacterCodeEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AngleEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            Edits a value based on some user input which is collected from a character control.
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AngleEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Gets the UITypeEditorEditStyle, which in this case is drop down.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AngleEditor.IsDropDownResizable">
            <summary>
            Ensures that we can widen the drop-down without having to close the drop down,
            widen the control, and re-open it again.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.AnglePicker">
            <summary>
            A component that allows the easy selection of a rotation situation.
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.AnglePicker.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AnglePicker.#ctor">
            <summary>
            A class designed to allow easy rotation to change the angle
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AnglePicker.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AnglePicker.OnAngleChanged">
            <summary>
            Fires the angle changed event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AnglePicker.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AnglePicker.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Prevent flicker
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AnglePicker.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Paints the current state of the control
            </summary>
            <param name="pe"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AnglePicker.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the case where we are rotating the handle
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AnglePicker.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the Mouse Up event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AnglePicker.OnAngleChosen">
            <summary>
            Fires the AngleChosen event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AnglePicker.OnResize(System.EventArgs)">
            <summary>
            Forces this control to redraw while changing size.
            </summary>
            <param name="e"></param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.AnglePicker.AngleChanged">
            <summary>
            Occurs when the angle is changed either by dragging or by typing a hard value.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.AnglePicker.AngleChosen">
            <summary>
            Occurs after the mouse up event when dragging the angle
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AnglePicker.Angle">
            <summary>
            Gets or sets the angle measured in degrees, counter-clockwise from the x axis.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AnglePicker.BorderStyle">
            <summary>
            Gets or sets the current border style for the entire picker control
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AnglePicker.Clockwise">
            <summary>
            Gets or sets a boolean indicating if the values should increase in the
            clockwise direction instead of the counter clockwise direction
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AnglePicker.CircleFillColor">
            <summary>
            Gets or sets the fill color of the circle
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AnglePicker.CircleBorderColor">
            <summary>
            Gets or sets the border color of the circle
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AnglePicker.CircleBorderStyle">
            <summary>
            Gets or sets the border style for the circle.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AnglePicker.PieFillColor">
            <summary>
            Gets or sets the color of the angular pie section illustrating the angle
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AnglePicker.TextAlignment">
            <summary>
            Gets or sets the alignment of the text in the control.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AnglePicker.KnobColor">
            <summary>
            Gets or sets the color of the circle that illustrates the position of the current angle
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AnglePicker.KnobVisible">
            <summary>
            Gets or sets a boolean.  If this is false, then the knob will not be drawn.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AnglePicker.Snap">
            <summary>
            Gets or sets an integer in degrees specifying the snapping tollerance for multiples of 45 degrees.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AnglePicker.StartAngle">
            <summary>
            Gets or sets the start angle in degrees measured counter clockwise from the X axis.
            For instance, for an azimuth angle that starts at the top, this should be set
            to 90.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.AngleTextBox">
            <summary>
            This parses the input values and changes the background color to salmon
            if the value won't work as a degree.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ValidTextBox">
            <summary>
            This parses the input values and changes the background color to salmon
            if the value won't work as a degree.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.IErrorCheck">
             <summary>
            
             </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.IErrorCheck.HasError">
            <summary>
            Boolean, true if there is an error on this device.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.IErrorCheck.ErrorMessage">
            <summary>
            Specifies the current error message.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.IErrorCheck.MessageName">
            <summary>
            Gets the cleanly formatted name for this control for an error message
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ValidTextBox.#ctor">
            <summary>
            Creates a new instance of AngleTextBox
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ValidTextBox.ClearError">
            <summary>
            This changes the error text,
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ValidTextBox.NormalToolTipText">
            <summary>
            Gets or sets the text that should appear as the mouse hovers over this textbox
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ValidTextBox.BackColor">
            <summary>
            Hide the actual BackColor property which will be controlled
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ValidTextBox.ErrorBackgroundColor">
            <summary>
            Gets or sets the background color of this control if the text is not valid.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ValidTextBox.NormalBackgroundColor">
            <summary>
            Gets or sets the normal background color for when the value is valid.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ValidTextBox.HasError">
            <summary>
            Gets a boolean indicating if this textbox has an error.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ValidTextBox.ErrorMessage">
            <summary>
            Gets a string indicating the current error for this control.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ValidTextBox.MessageName">
            <summary>
            Gets or sets the formatted name to use for this control in an error message.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AngleTextBox.#ctor">
            <summary>
            Creates a new instance of AngleTextBox
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AngleTextBox.OnTextChanged(System.EventArgs)">
            <summary>
            Fires the TextChanged method and also determines whether or not the text is a valid integer.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AngleTextBox.OnAngleChanged(System.EventArgs)">
            <summary>
            Fires the AngleChanged event
            </summary>
            <param name="e"></param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.AngleTextBox.AngleChanged">
            <summary>
            Occurs continuously as someone drags the angle control around
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AngleTextBox.Angle">
            <summary>
            Gets or sets the integer angle for this textbox.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AngleTextBox.MinAngle">
            <summary>
            Gets or sets the minimum valid angle.  An angle below the minimum will
            register an error and show the error color.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AngleTextBox.MaxAngle">
            <summary>
            Gets or sets the maximum valid angle.  An angle above the maximum will
            register an error and show the error color.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.AttributeDialog">
            <summary>
            Atrribute Table editor form
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.AttributeDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeDialog.#ctor(DotSpatial.Symbology.IFeatureLayer)">
            <summary>
            Creates a new instance of the attribute Table editor form
            <param name="featureLayer">The feature layer associated with
            this instance and displayed in the editor</param>
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.AddNewColum">
            <summary>
            A Dialog for adding new column information to a data table.
            </summary>
            <summary>
            Presumably a class for adding a new column to the attribute Table editor
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.AddNewColum._name">
             <summary>
             This form will display when the user want to add new fiels in the Table
             </summary>
            
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AddNewColum.#ctor">
            <summary>
            A public constructor for creating a new column
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.AddNewColum.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AddNewColum.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AddNewColum.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AddNewColum.Name">
            <summary>
            set or get the Name of the field.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AddNewColum.Type">
            <summary>
            set or get the type of the field.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AddNewColum.Size">
            <summary>
            set or get the size of the field.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.AttributeCalculator">
            <summary>
            A Dialog for performing calculations on attributes.
            </summary>
            <summary>
            Presumably a form for performing calculations
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.#ctor">
            <summary>
            this form will show to user to algebra calculation
            with attribute fields and user can save it back in attribute Table.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.LoadTableField(System.Collections.Generic.List{System.String})">
            <summary>
            This will load the attribute field in Table Field.
            </summary>
            <param name="list"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.DisplyExpression">
            <summary>
            This will display the Expression in RichText box
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.ParExp(System.String)">
            <summary>
            Tral: This will divide the string to relavent functions level
            </summary>
            <param name="exp"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.FindFieldInDataTable(System.String)">
            <summary>
            This will check and return the column index as given field name or -1 for not find.
            </summary>
            <param name="arg"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.OnNewFieldAdded">
            <summary>
            This will activate the NewFieldAdded event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.GetTokenNo(System.String)">
            <summary>
            this give the relavent token no
            </summary>
            <param name="subExp">Function Name</param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.ExpIntegr(System.Double)">
            <summary>
            exponential integral Ei(x) for x >0.
            </summary>
            <param name="x"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.Zeta(System.Double)">
            <summary>
            Riemman's zeta function
            </summary>
            <param name="x"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.Beta(System.Double,System.Double)">
            <summary>
            beta function
            </summary>
            <param name="z"></param>
            <param name="w"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.Fact(System.Double)">
            <summary>
            Calculate the Factorial in given number
            </summary>
            <param name="n"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.Comb(System.Double,System.Double)">
            <summary>
            combination n objects, k classes
            </summary>
            <param name="a"></param>
            <param name="b"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.Mcd(System.Double,System.Double)">
            <summary>
            FIdx the MCD between two integer numbers
            </summary>
            <param name="a"></param>
            <param name="b"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.Mcm(System.Double,System.Double)">
            <summary>
            FIdx the mcm between two integer numbers
            </summary>
            <param name="a"></param>
            <param name="b"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.Erf(System.Double)">
            <summary>
            error distribution function
            </summary>
            <param name="x"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.Gamma">
            <summary>
            gamma function
            </summary>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.GammaLn">
            <summary>
            logarithm gamma function
            </summary>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.Digamma(System.Double)">
            <summary>
            digamma function
            </summary>
            <param name="x"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.GammaSplit(System.Double@,System.Int32@)">
            <summary>
            gamma  - Lanczos approximation algorithm for gamma function
            </summary>
            <param name="mantissa"></param>
            <param name="expo"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.CheckExpo(System.String)">
            <summary>
            this will return true if string is Exponetial.eg 1.2E+2,
            </summary>
            <param name="arg"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.IsNumeric(System.Collections.Generic.IEnumerable{System.Char})">
            <summary>
            check if argument is number
            x must have always the decimal point "123.756", ".0056", "1.3455E-12"
            </summary>
            <param name="arg"></param>
            <returns></returns>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.AttributeCalculator.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AttributeCalculator.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AttributeCalculator.Expression">
            <summary>
            set or get the Expression of computation.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AttributeCalculator.FeatureSet">
            <summary>
            get or set dataset
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.AttributeCalculator.NewFieldAdded">
            <summary>
            Occurs whenever the user Added new field to the Table
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.CalculatorUserGuide">
            <summary>
            This form is strictly designed to show some helpful information about using a calculator.
            </summary>
            <summary>
            A class giving information on how to use the calculator functions.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CalculatorUserGuide.#ctor">
            <summary>
            Creates a new instance of the calculator user guide form.
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.CalculatorUserGuide.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CalculatorUserGuide.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CalculatorUserGuide.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ColorCategoryActions">
            <summary>
            Default implementation of IColorCategoryActions
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.LegendItemActionsBase">
            <summary>
            Contains common methods for "Actions" classes (e.g. LayerActions, etc...)
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.IIWin32WindowOwner">
            <summary>
            Contains IWin32Window Owner
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.IIWin32WindowOwner.Owner">
            <summary>
            Allows setting the owner for any dialogs that need to be launched.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LegendItemActionsBase.ShowDialog(System.Windows.Forms.Form)">
            <summary>
            Shows the form as a modal dialog box with the owner defined in this class. 
            </summary>
            <param name="form">Form to show.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.</returns>
            <exception cref="T:System.ArgumentNullException">form is null.</exception>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LegendItemActionsBase.ShowDialog(System.Windows.Forms.CommonDialog)">
            <summary>
             Runs a common dialog box with the owner defined in this class. 
            </summary>
            <param name="dlg">Dialog to show.</param>
            <returns>One of the <see cref="T:System.Windows.Forms.DialogResult"/> values.</returns>
            <exception cref="T:System.ArgumentNullException">dlg is null.</exception>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LegendItemActionsBase.Owner">
            <summary>
            Allows setting the owner for any dialogs that need to be launched.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorCategoryActions.ShowEdit(DotSpatial.Symbology.IColorCategory)">
            <summary>
            Show the color category editor form.
            </summary>
            <param name="e"></param>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.FilterEventArgs">
            <summary>
            This class in an EventArgs that also supports a filter expression.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FilterEventArgs.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FilterEventArgs class.
            </summary>
            <param name="filterExpression">String, the filter expression to add.</param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FilterEventArgs.FilterExpression">
            <summary>
            Gets the string filter expression.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ICategoryControl">
             <summary>
            
             </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ICategoryControl.Initialize(DotSpatial.Symbology.ILayer)">
            <summary>
            Initializes the specified layer.
            </summary>
            <param name="layer">The layer.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ICategoryControl.ApplyChanges">
            <summary>
            Applies the changes.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ICategoryControl.Cancel">
            <summary>
            Cancels changes.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ImageLayerActions">
            <summary>
            Actions that occur on an image layer in the legend.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ImageLayerActions.ShowProperties(DotSpatial.Symbology.IImageLayer)">
            <summary>
            Show the properties of an image layer in the legend. 
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ImageLayerActions.ExportData(DotSpatial.Data.IImageData)">
            <summary>
            Export data from an image layer.
            </summary>
            <param name="e"></param>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.LayerActions">
            <summary>
            Actions that occur on a layer legend item.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LayerActions.DynamicVisibility(DotSpatial.Symbology.IDynamicVisibility,DotSpatial.Symbology.IFrame)">
            <summary>
            Determines whether a layer has dynamic visibility and hence is only shown at certain scales.
            </summary>
            <param name="e"></param>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.FeatureLayerActions">
            <summary>
            This member is virtual to allow custom event handlers to be used instead.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureLayerActions.ShowProperties(DotSpatial.Symbology.IFeatureLayer)">
            <summary>
            Show the properties of a feature layer in the legend.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureLayerActions.ExcelJoin(DotSpatial.Data.IFeatureSet)">
            <summary>
            Show the dialog to join an Excel table with a feature set.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureLayerActions.LabelExtents(DotSpatial.Symbology.IDynamicVisibility)">
            <summary>
            Show the dialog to set label extents.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureLayerActions.LabelSetup(DotSpatial.Symbology.ILabelLayer)">
            <summary>
            Show the dialog to set up labels.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureLayerActions.ShowAttributes(DotSpatial.Symbology.IFeatureLayer)">
            <summary>
            Show the attribute table editor.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureLayerActions.ExportData(DotSpatial.Symbology.IFeatureLayer)">
            <summary>
            Show the dialog for exporting data from a feature layer.
            </summary>
            <param name="e"></param>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DeleteFieldsDialog">
            <summary>
            This will load to user select field to remove.
            </summary>
            <summary>
            A dialog for deleting a field.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DeleteFieldsDialog.#ctor">
            <summary>
            Creates a new instance of the form for deleting a field
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DeleteFieldsDialog.#ctor(System.Collections.Generic.List{System.String})">
            <summary>
            Creates a new instance of the form for deleting a field while passing in a new field.
            </summary>
            <param name="fields"></param>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.DeleteFieldsDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DeleteFieldsDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DeleteFieldsDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DeleteFieldsDialog.clb_SelectedIndexChanged(System.Object,System.EventArgs)">
            <summary>
            This event will fire when user select the item.
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DeleteFieldsDialog.SelectedFieldIdList">
            <summary>
            get or set the list of selected Fields
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FunClass.#ctor">
            <summary>
            Initializes a new instance of the FunClass class.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FunClass.#ctor(System.String,System.Int32)">
            <summary>
            Initializes a new instance of the FunClass class.
            </summary>
            <param name="function">The function name.</param>
            <param name="index">The index of the class.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FunClass.#ctor(System.String,System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the FunClass class.
            </summary>
            <param name="function">The function name.</param>
            <param name="index">The index of the class.</param>
            <param name="posInExp">The position in the expression.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FunClass.#ctor(System.String,System.Int32,System.Int32,System.Int32)">
            <summary>
            Initializes a new instance of the FunClass class.
            </summary>
            <param name="function">The function name.</param>
            <param name="index">The index of the class.</param>
            <param name="posInExp">The position in the expression.</param>
            <param name="tokVal">The token value.</param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FunClass.FunctionName">
            <summary>
            Gets or sets the function string.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FunClass.Index">
            <summary>
            Gets or sets the integer index.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FunClass.PriorityLevel">
            <summary>
            Gets or sets the priority level.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FunClass.PreviousArgument">
            <summary>
            Gets or sets the previous argument.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FunClass.NextArgument">
            <summary>
            Gets or sets the next argument.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FunClass.Value">
            <summary>
            Gets or sets the value.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FunClass.PositionInExpression">
            <summary>
            Gets or sets position in the expression.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FunClass.TokenVal">
            <summary>
            Gets or sets the token value.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FunClass.NoOfArg">
            <summary>
            set or get the no Of arg fuction type
            either one or two or more than two
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.Properties.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.Properties.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.Properties.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.Properties.Resources.TableEditorControl_FileNameInMemory">
            <summary>
              Looks up a localized string similar to In Memory.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.RasterLayerActions">
            <summary>
            Legend actions on a raster layer.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterLayerActions.ShowProperties(DotSpatial.Symbology.IRasterLayer)">
            <summary>
            Shows the properties of the current raster legend item.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterLayerActions.ExportData(DotSpatial.Data.IRaster)">
            <summary>
            Export data from a raster layer.
            </summary>
            <param name="e"></param>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.RenameFieldDialog">
            <summary>
            This will Pop when user want to rename the field
            </summary>
            <summary>
            A Dialog for renaming a field.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RenameFieldDialog.#ctor">
            <summary>
            Constructs a new instance of the form for renaming a field
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RenameFieldDialog.#ctor(System.Collections.Generic.List{System.String})">
            <summary>
            Creates a new instance of the form for renaming a field
            </summary>
            <param name="field"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RenameFieldDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RenameFieldDialog.ResultCombination">
            <summary>
            get or set ResultCombination
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SeachAndReplaceDialog">
            <summary>
            This form diplay to user to find perticular value or string in DataGridView and replace.
            </summary>
            <summary>
            The Designer for a dialog to replace a field.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SeachAndReplaceDialog.#ctor">
            <summary>
            Creates a new instance of the replace form.
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.SeachAndReplaceDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SeachAndReplaceDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SeachAndReplaceDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SeachAndReplaceDialog.FindString">
            <summary>
            get the Find String
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SeachAndReplaceDialog.ReplaceString">
            <summary>
            get the ReplaceString
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SelectByAttributes">
            <summary>
            SelectByAttributes
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.SelectByAttributes.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SelectByAttributes.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SelectByAttributes.#ctor">
            <summary>
            Creates a new instance of SelectByAttributes
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SelectByAttributes.#ctor(DotSpatial.Symbology.IFrame)">
            <summary>
            Creates a new instance of SelectByAttributes
            </summary>
            <param name="mapFrame">the MapFrame containing the layers</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SelectByAttributes.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SelectByAttributes.MapFrame">
            <summary>
            Gets or sets the map frame to use for this control
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SelectField">
            <summary>
            SelectField class
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.SelectField.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SelectField.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SelectField.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SelectField.#ctor">
            <summary>
            Creates a new instance of a SelectField
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SelectField.#ctor(System.Collections.Generic.List{System.String})">
            <summary>
            Creates a new instance of a SelectField
            </summary>
            <param name="field"></param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SelectField.FieldName">
            <summary>
            get Field Name
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.TableEditorControl">
            <summary>
            A Table editor user control. This may be used for displaying attributes of a feature layer.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.#ctor">
            <summary>
            Creates a new instance of the Table editor control without any data
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.#ctor(DotSpatial.Symbology.IFeatureLayer)">
            <summary>
            Creates a new Table editor control for editing a feature layer's attribute values. This allows interaction
            with the map. If a row is selected in the Table the corresponding row is selected in the map
            </summary>
            <param name="layer">The symbolizer on the map</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.ZoomToSelected">
            <summary>
            Zoom to selected rows (features)
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.ZoomToEditedRow">
            <summary>
            Zooms to the row which is being edited
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.SelectFeatures(System.Collections.Generic.IEnumerable{DotSpatial.Data.IFeature})">
            <summary>
            This assumes that the datarows displayed correspond to features in the data Table.
            </summary>
            <param name="features"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.DisplaySelectedRowNumberLabel(System.Int32)">
            <summary>
            This will update the Label of Selected Number of rows.
            </summary>
            <param name="numRows"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.DisplayFilePathLabel(System.String)">
            <summary>
            This will update the Label of File path.
            </summary>
            <param name="file"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.OnSelectionChanged">
            <summary>
            Fires the SelectionChanged event whenver the selection on this dialog has been altered
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.OnSelectionZoom">
            <summary>
            Fires the SelectioinZoom event whenver the selectionZoom button click
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.OnRefreshMap">
            <summary>
            Fires the OnRefreshMap event whenver the RefreshMap button click
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.OnzoomToShapeBeingEdited">
            <summary>
            Fires the OnFieldCalculation event whenver the zoomToShapeBeingEdited menu click
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.SetEditableIcons">
            <summary>
            when 'IsEditable' is set to false, some toolbar icons are
            hidden
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.FindString(System.String)">
            <summary>
            Will find the string in the attribute Table (Search Operation)
            </summary>
            <param name="exp">the string to be found</param>
            <returns>true if the string was found, false otherwise</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.BuildFindExpression(System.String)">
            <summary>
            Builds a 'find' select expression to find a string
            </summary>
            <param name="findString"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.ReplaceString(System.String,System.String)">
            <summary>
            Will find the string in the dataGridView and replace
            </summary>
            <param name="exp">Find expression string</param>
            <param name="expReplace">replace expression string</param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TableEditorControl.CopyFid(System.String,System.Boolean)">
            <summary>
            This will copy the FID of features to given column
            </summary>
            <param name="field">the field where FID should be copied</param>
            <param name="isNewField">if isNewField is true, a new field will be added</param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.TableEditorControl.SelectionChanged">
            <summary>
            Occurs whenever the user selects, de-selects or in any way updates the row selections
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.TableEditorControl.SelectionZoom">
            <summary>
            Occurs whenever the user click SelectioinZoom button.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.TableEditorControl.MapRefreshed">
            <summary>
            occurs whenever the user click RefreshMap button.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.TableEditorControl.ZoomToShapeBeingEdited">
            <summary>
            This will fire when user press ZoomToShapeBeingEdited button.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TableEditorControl.ShowSelectedRowsOnly">
            <summary>
            If set to true, only the selected rows are displayed.
            If set to false, all rows are displayed.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TableEditorControl.FeatureLayer">
            <summary>
            Gets or sets the feature layer used by this data Table
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TableEditorControl.Selection">
            <summary>
            Gets the collection of selected data rows.  The row indices are
            1 based instead of zero based, so be sure to subtract one before matching with a feature.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TableEditorControl.IgnoreSelectionChanged">
            <summary>
            Gets or sets the boolean that controls whether or not this form will throw an
            event during the selection changed process.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TableEditorControl.FeatureSetData">
            <summary>
            set or get the relavant full featureset
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TableEditorControl.ShowMenuStrip">
            <summary>
            gets or sets the visibility of the main menu strip
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TableEditorControl.ShowToolStrip">
            <summary>
            gets or sets the visibility of the main tool strip
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TableEditorControl.ShowFileName">
            <summary>
            Gets or sets if the file path is shown in the status bar
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TableEditorControl.ShowProgressBar">
            <summary>
            Gets or sets if the progress bar is visible
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TableEditorControl.IsEditable">
            <summary>
            Gets or sets whether the Table is editable by the user
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.AzimuthAngleEditor">
            <summary>
            CharacterCodeEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AzimuthAngleEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            Edits a value based on some user input which is collected from a character control.
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.AzimuthAngleEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Gets the UITypeEditorEditStyle, which in this case is drop down.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.AzimuthAngleEditor.IsDropDownResizable">
            <summary>
            Ensures that we can widen the drop-down without having to close the drop down,
            widen the control, and re-open it again.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.CategoryCollectionConverter">
            <summary>
            CategoryCollectionConverter
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CategoryCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
            <summary>
            Converts the collection to a string
            </summary>
            <param name="context"></param>
            <param name="culture"></param>
            <param name="value"></param>
            <param name="destinationType"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CategoryCollectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>
            Determines how to convert from an interface
            </summary>
            <param name="context"></param>
            <param name="sourceType"></param>
            <returns></returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.BarGraph">
            <summary>
            The bar graph, when given a rectangular frame to work in, calculates appropriate bins
            from values, and draws the various labels and bars necessary.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BarGraph.#ctor(System.Int32,System.Int32)">
            <summary>
            Creates a new instance of BarGraph
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BarGraph.GetGraphBounds">
            <summary>
            Gets the bounding rectangle for the actual graph itself
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BarGraph.Dispose">
            <summary>
            Disposes the font and titlefont
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BarGraph.Draw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws the graph, the colored bins, selected region, and any text, but not any sliders.
            </summary>
            <param name="g"></param>
            <param name="clip"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BarGraph.GetPosition(System.Double)">
            <summary>
            Given a double value, this returns the floating point position on this graph,
            based on the current minimum, maximum values.
            </summary>
            <param name="value">The double value to locate</param>
            <returns>A floating point X position</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BarGraph.GetValue(System.Single)">
            <summary>
            Given a floating point X coordinate (relative to the control, not just the graph)
            this will return the double value represented by that location.
            </summary>
            <param name="position">The floating point position</param>
            <returns>The double value at the specified X coordinate</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BarGraph.CenterValue(System.Int32)">
            <summary>
            Gets the real data value at the center of one of the bins.
            </summary>
            <param name="binIndex"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BarGraph.DrawText(System.Drawing.Graphics)">
            <summary>
            Draws only the text for this bar graph.  This will also calculate some critical
            font measurements to help size the internal part of the graph.
            </summary>
            <param name="g"></param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.Bins">
            <summary>
            Gets or sets the array of integers that represent the positive integer value stored in
            each bar.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.ColorRanges">
            <summary>
            Gets or sets the list of color ranges that control how the colors are drawn to the graph.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.Font">
            <summary>
            Gets or sets the Font for text like the axis labels
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.Height">
            <summary>
            Gets or sets the integer height
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.LogY">
            <summary>
            Gets or sets a boolean that indicates whether or not count values should be drawn with
            heights that are proportional to the logarithm of the count, instead of the count itself.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.MaxBinCount">
            <summary>
            Gets or sets the integer maximum from all of the current bins.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.Maximum">
            <summary>
            This doesn't affect the statistical minimum or maximum, but rather the current view extents.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.Mean">
            <summary>
            The mean line can be drawn if it is in the view range.  This is the statistical mean
            for all the values, not just the values currently in view.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.StandardDeviation">
            <summary>
            Gets or sets the double standard deviation.  If ShowStandardDeviation is true, then
            they will be represented by red lines on either side of the mean.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.MinHeight">
            <summary>
            Very small counts frequently dissappear next to big counts.  One strategey is to use a
            minimum height, so that the difference between 0 and 1 is magnified on the columns.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.Minimum">
            <summary>
            Gets or sets the maximum extent for this graph.  This doesn't affect the numeric statistics,
            but only the current view of that statistics.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.NumColumns">
            <summary>
            Gets or sets the number of columns.  Setting this will recalculate the bins.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.SelectedRange">
            <summary>
            Gets or sets the color range.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.ShowMean">
            <summary>
            Boolean, if this is true, the mean will be shown as a blue dotted line.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.ShowStandardDeviation">
            <summary>
            Boolean, if this is true, the integral standard deviations from the mean will be drawn
            as red dotted lines.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.Title">
            <summary>
            Gets or sets the title of the graph.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.TitleFont">
            <summary>
            Gets or sets the font to use for the graph title
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BarGraph.Width">
            <summary>
            Gets or sets the width of this graph in pixels.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ColorRange">
            <summary>
            ColorRange
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorRange.#ctor">
            <summary>
            Generates a color range with no limits and the color gray.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorRange.#ctor(System.Drawing.Color)">
            <summary>
            Generates a color range with no limits of the specified color
            </summary>
            <param name="color">The Color to use</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorRange.#ctor(System.Drawing.Color,DotSpatial.Symbology.Range)">
            <summary>
            Generates a color range with the specified color and range.
            </summary>
            <param name="color">The Color to use for this range</param>
            <param name="range">The numeric bounds to use for this color.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorRange.#ctor(System.Drawing.Color,System.Nullable{System.Double},System.Nullable{System.Double})">
            <summary>
            Creates a new ColorRange using the specified color and the specified
            nullable double values.  A null value represents an unbounded range.
            </summary>
            <param name="color">The Color to use.</param>
            <param name="min">A double value representing the minimum value (inclusive).</param>
            <param name="max">A double value representing the maximum (exclusive).</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorRange.Contains(System.Double)">
            <summary>
            Gets a boolean that is true if the specified value falls within the specified range.
            </summary>
            <param name="value">The double value to test</param>
            <returns>Boolean, true if the value is within the Range.</returns>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorRange.Color">
            <summary>
            Gets or sets the Color for this range.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorRange.Range">
            <summary>
            Gets or sets the numeric range for which the color is valid.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ColorRangeEventArgs">
            <summary>
            ColorRangeEventArgs
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorRangeEventArgs.#ctor(System.Drawing.Color,System.Drawing.Color,System.Int32,System.Boolean,System.Boolean)">
            <summary>
            Creates a new instance of ColorRangeEventArgs
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorRangeEventArgs.StartColor">
            <summary>
            Gets the start color
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorRangeEventArgs.EndColor">
            <summary>
            Gets the end color
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorRangeEventArgs.HueShift">
            <summary>
            Gets or sets the hue shift
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorRangeEventArgs.HSL">
            <summary>
            Gets a boolean.  If true, the ramp of colors should
            be built using the HSL characteristics of the start and
            end colors rather than the RGB characteristics
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorRangeEventArgs.UseColorRange">
            <summary>
            Gets a boolean, true if this color range should be used.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.FeatureCategoryControl">
            <summary>
            Dialog for the 'unique values' feature symbol classification scheme
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.#ctor">
            <summary>
            Creates an empty FeatureCategoryControl without specifying any particular layer to use
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.#ctor(DotSpatial.Symbology.IFeatureLayer)">
            <summary>
            Creates a new instance of the unique values category Table
            </summary>
            <param name="layer">The original scheme</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the mouse whell, allowing the breakSldierGraph to zoom in or out.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.Initialize(DotSpatial.Symbology.IFeatureLayer)">
            <summary>
            Sets up the Table to work with the specified layer.  This should be the copy,
            and not the original.
            </summary>
            <param name="layer"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.GetSchemeType(DotSpatial.Symbology.IFeatureLayer)">
            <summary>
            Gets the scheme type based on the type of the layer's underlying dataset
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.UpdateFields">
            <summary>
            Updates the fields in the fields combo box
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.UpdateTable(DotSpatial.Data.ICancelProgressHandler)">
            <summary>
            Updates the Table using the unique values
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.ApplyChanges">
            <summary>
            Fires the apply changes situation externally, forcing the Table to
            write its values to the original layer.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.OnApplyChanges">
            <summary>
            Applies the changes that have been specified in this control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.Cancel">
            <summary>
            Cancel the action.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.cmbField_SelectedIndexChanged(System.Object,System.EventArgs)">
            <summary>
            When the user changes the selected attribute field
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.DgvCategoriesCellDoubleClick(System.Object,System.Windows.Forms.DataGridViewCellEventArgs)">
            <summary>
            When the user double clicks the cell then we should display the detailed
            symbology dialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.DgvCategoriesCellFormatting(System.Object,System.Windows.Forms.DataGridViewCellFormattingEventArgs)">
            <summary>
            When the cell is formatted
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.Initialize(DotSpatial.Symbology.ILayer)">
            <summary>
            Initializes the specified layer.
            </summary>
            <param name="layer">The layer.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureCategoryControl.Dispose(System.Boolean)">
            <summary>
            Handles disposing unmanaged memory
            </summary>
            <param name="disposing">The disposed item</param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.FeatureCategoryControl.ChangesApplied">
            <summary>
            Occurs when the apply changes option has been triggered.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FeatureCategoryControl.Maximum">
            <summary>
            Gets or sets the Maximum value currently displayed in the graph.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FeatureCategoryControl.Minimum">
            <summary>
            Gets or sets the Minimum value currently displayed in the graph.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.FeatureSizeRange">
            <summary>
            SizeRange
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureSizeRange.#ctor">
            <summary>
            Creates a new instance of SizeRange
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureSizeRange.#ctor(DotSpatial.Symbology.IFeatureSymbolizer,System.Double,System.Double)">
            <summary>
            Gets or sets the Point Size Range
            </summary>
            <param name="symbolizer"></param>
            <param name="start"></param>
            <param name="end"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureSizeRange.GetSymbolizer(System.Double,System.Drawing.Color)">
            <summary>
            Given a size, this will return the native
            symbolizer that has been adjusted to the
            specified size.
            </summary>
            <param name="size">The size of the symbol</param>
            <param name="color">The color of the symbol</param>
            <returns></returns>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FeatureSizeRange.Symbolizer">
            <summary>
            Gets or sets the symbolizer that controls everything except for size.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FeatureSizeRange.Start">
            <summary>
            Minimum size
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FeatureSizeRange.End">
            <summary>
            Maximum size
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FeatureSizeRange.UseSizeRange">
            <summary>
            Gets or sets a boolean indicating if the size range should be used.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.FeatureSizeRangeControl">
            <summary>
            PointSizeRangeControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureSizeRangeControl.#ctor">
            <summary>
            Creates a new instance of PointSizeRangeControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureSizeRangeControl.Initialize(DotSpatial.Symbology.Forms.SizeRangeEventArgs)">
            <summary>
            Initializes this point size range control
            </summary>
            <param name="args"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureSizeRangeControl.UpdateControls">
            <summary>
            Handles the inter-connectivity of the various controls and updates
            them all to match the latest value.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FeatureSizeRangeControl.OnSizeRangeChanged">
            <summary>
            Fires the SizeRangeChanged event args
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FeatureSizeRangeControl.Scheme">
            <summary>
            Gets or sets the point scheme to work with.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FeatureSizeRangeControl.SizeRange">
            <summary>
            Gets or sets the point Size Range, which controls the symbolizer,
            as well as allowing the creation of a dynamically sized version
            of the symbolizer.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.FeatureSizeRangeControl.SizeRangeChanged">
            <summary>
            Occurs when either the sizes or the template has changed.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.LineSymbolView">
            <summary>
            PointSymbolView
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineSymbolView.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws the point symbol in the view
            </summary>
            <param name="g"></param>
            <param name="clip"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineSymbolView.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            prevents flicker by preventing the white background being drawn here
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineSymbolView.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Custom drawing
            </summary>
            <param name="e"></param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LineSymbolView.Symbolizer">
            <summary>
            Gets or sets the symbolizer being drawn in this view.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LineSymbolView.BorderStyle">
            <summary>
            Gets or sets the way that the border of this control will be drawn.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.PointSymbolView">
            <summary>
            PointSymbolView
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PointSymbolView.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws the point symbol in the view
            </summary>
            <param name="g"></param>
            <param name="clip"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PointSymbolView.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            prevents flicker by preventing the white background being drawn here
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PointSymbolView.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Custom drawing
            </summary>
            <param name="e"></param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PointSymbolView.Symbolizer">
            <summary>
            Gets or sets the symbolizer being drawn in this view.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PointSymbolView.BorderStyle">
            <summary>
            Gets or sets the way that the border of this control will be drawn.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.RasterCategoryControl">
            <summary>
            Dialog for the 'unique values' feature symbol classification scheme
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.#ctor">
            <summary>
            Creates an empty FeatureCategoryControl without specifying any particular layer to use
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.#ctor(DotSpatial.Symbology.IRasterLayer)">
            <summary>
            Creates a new instance of the unique values category Table
            </summary>
            <param name="layer">The feature set that is used</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the mouse wheel, allowing the breakSldierGraph to zoom in or out.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.Initialize(DotSpatial.Symbology.IRasterLayer)">
            <summary>
            Sets up the Table to work with the specified layer
            </summary>
            <param name="layer"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.UpdateTable">
            <summary>
            Updates the Table using the unique values
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.ApplyChanges">
            <summary>
            Fires the apply changes situation externally, forcing the Table to
            write its values to the original layer.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.OnApplyChanges">
            <summary>
            Applies the changes that have been specified in this control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.Cancel">
            <summary>
            Cancel the action.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.OnCancel">
            <summary>
            Event that fires when the action is canceled.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.DgvCategoriesCellDoubleClick(System.Object,System.Windows.Forms.DataGridViewCellEventArgs)">
            <summary>
            When the user double clicks the cell then we should display the detailed
            symbology dialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.DgvCategoriesCellFormatting(System.Object,System.Windows.Forms.DataGridViewCellFormattingEventArgs)">
            <summary>
            When the cell is formatted
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.Initialize(DotSpatial.Symbology.ILayer)">
            <summary>
            Initializes the specified layer.
            </summary>
            <param name="layer">The layer.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterCategoryControl.Dispose(System.Boolean)">
            <summary>
            Handles disposing unmanaged memory
            </summary>
            <param name="disposing">The disposed item</param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.RasterCategoryControl.ChangesApplied">
            <summary>
            Occurs when the apply changes option has been triggered.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RasterCategoryControl.ProgressBar">
            <summary>
            Gets the current progress bar.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RasterCategoryControl.Maximum">
            <summary>
            Gets or sets the Maximum value currently displayed in the graph.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RasterCategoryControl.Minimum">
            <summary>
            Gets or sets the Minimum value currently displayed in the graph.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SizeRangeEventArgs">
            <summary>
            PointSizeRangeEventArgs
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SizeRangeEventArgs.#ctor(System.Double,System.Double,DotSpatial.Symbology.IFeatureSymbolizer,System.Boolean)">
            <summary>
            Creates a new instance of PointSizeRangeEventArgs
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SizeRangeEventArgs.#ctor(DotSpatial.Symbology.Forms.FeatureSizeRange)">
            <summary>
            Creates a new instance of the PointSizeRangeEventArgs derived from a PointSizeRange
            </summary>
            <param name="range"></param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SizeRangeEventArgs.StartSize">
            <summary>
            Gets the start size of the size range
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SizeRangeEventArgs.EndSize">
            <summary>
            Gets the end size of the range
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SizeRangeEventArgs.UseSizeRange">
            <summary>
            Gets a boolean indicating whether the size range should be used
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SizeRangeEventArgs.Template">
            <summary>
            Gets the symbolizer template that describes everything not covered by a range parameter
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.TabColorControl">
            <summary>
            TabColorControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TabColorControl.#ctor">
            <summary>
            Creates a new instance of TabColorControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TabColorControl.Initialize(DotSpatial.Symbology.Forms.ColorRangeEventArgs)">
            <summary>
            Initializes a new instance of this control using the specified values.
            </summary>
            <param name="args">The ColorRangeEventArgs that stores the initial values.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TabColorControl.Dispose(System.Boolean)">
            <summary>
            Disposes the unmanaged memory or controls
            </summary>
            <param name="disposing"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TabColorControl.OnColorChanged">
            <summary>
            Fires the ColorChanged event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.TabColorControl.ColorChanged">
            <summary>
            Occurs when the color is changed.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TabColorControl.StartColor">
            <summary>
            Gets or sets the start color, which controls the RGB start colors and the HSL left ranges
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TabColorControl.EndColor">
            <summary>
            Gets or sets the end color, which controls the RGB end color and the right HSL ranges
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TabColorControl.HueShift">
            <summary>
            Gets or sets the integer hue shift marking how much the hue slider should be shifted
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TabColorControl.UseRangeChecked">
            <summary>
            Gets or sets a boolean indicating whether or not the hue range is to be used.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.TextFont">
            <summary>
            System.Font is notoriously difficult when serialization comes up.  This replaces that
            with a more serializable version.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.#ctor">
            <summary>
            Creates a default, black, 8pt sans serif font with a normal style.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.#ctor(System.Single)">
            <summary>
            Creates a sans serif, black, normal font of the specified size.
            </summary>
            <param name="size">The size to use.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.#ctor(System.Drawing.Font,System.Drawing.Color)">
            <summary>
            Creates a new instance of TextFont
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.#ctor(System.Drawing.FontFamily,System.Single,System.Drawing.FontStyle,System.Drawing.Color)">
             <summary>
            
             </summary>
             <param name="family"></param>
             <param name="size"></param>
             <param name="style"></param>
             <param name="color"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.SetFormat(System.Drawing.StringFormat)">
            <summary>
            Assigns the parameters from the specifed StringFormat class to the members of
            this TextFont.
            </summary>
            <param name="format">The StringFormat to apply to this object</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.SetFont(System.Drawing.Font)">
            <summary>
            Sets the font on this Textfont to the specified value.
            </summary>
            <param name="font">The font to use.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.GetFont">
            <summary>
            This returns the actual internal font.  Be careful not to dispose this.
            </summary>
            <returns>A System.Font</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.Draw(System.Drawing.Graphics,System.String,System.Single,System.Single)">
            <summary>
            Draws the specified text to the specified graphics object in the specified location,
            but using all of the parameters specified by this TextFont object.
            </summary>
            <param name="g">The Graphics surface to draw to</param>
            <param name="text">The string text to draw</param>
            <param name="x">The x coordinate of the top left position</param>
            <param name="y">The y coordinate of the top left position</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.Draw(System.Drawing.Graphics,System.String,System.Drawing.PointF)">
            <summary>
            Draws the specified text to the specified graphics object in the specified location,
            but using all of the parameters specified by this TextFont object.
            </summary>
            <param name="g">The Graphics surface to draw to</param>
            <param name="text">The string text to draw</param>
            <param name="location">The PointF describing the location to draw</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.OnDraw(System.Drawing.Graphics,System.String,System.Single,System.Single)">
            <summary>
            Handles drawing for point location drawing
            </summary>
            <param name="g">The Graphics surface to draw to.</param>
            <param name="text">The string to draw</param>
            <param name="x">The x floating point value</param>
            <param name="y">The y floating point value</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.OnDraw(System.Drawing.Graphics,System.String,System.Drawing.RectangleF)">
            <summary>
            Handles drawing for drawing that falls within a rectangleF structure.
            </summary>
            <param name="g">The Graphics surface to draw to</param>
            <param name="text">The string to draw</param>
            <param name="box">The RectangleF structure</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.Draw(System.Drawing.Graphics,System.String,System.Drawing.RectangleF)">
            <summary>
            Draws the specified text to the specified graphics object within the specified box.
            </summary>
            <param name="g">The graphics surface to draw to.</param>
            <param name="text">The text to draw</param>
            <param name="box">The rectangular box to draw within</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TextFont.Dispose">
            <summary>
            Disposes of the font, brush and format that are stored internally
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TextFont.Alignment">
            <summary>
            Gets or sets the alignment information on the vertical plane
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TextFont.Color">
            <summary>
            Gets or sets the System.Color to use for the font color.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TextFont.FamilyName">
            <summary>
            Gets or sets the string family name for this font.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TextFont.FormatFlags">
            <summary>
            Gets or sets the string format flags
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TextFont.LineAlignment">
            <summary>
            Gets or sets the line alignment on the horizontal plane
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TextFont.Size">
            <summary>
            Gets or sets the floating point value controling the size.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TextFont.Style">
            <summary>
            Gets or sets the style
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TextFont.Trimming">
            <summary>
            Gets or sets the StringTrimming options
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.CharacterCodeEditor">
            <summary>
            CharacterCodeEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CharacterCodeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            Edits a value based on some user input which is collected from a character control.
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CharacterCodeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Gets the UITypeEditorEditStyle, which in this case is drop down.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CharacterCodeEditor.IsDropDownResizable">
            <summary>
            Ensures that we can widen the drop-down without having to close the drop down,
            widen the control, and re-open it again.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.CharacterControl">
            <summary>
            CharacterControl
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.VerticalScrollControl">
            <summary>
            A vertical scroll control adds a scroll bar in the vertical case, but never in the horizontal case.
            This is useful if the content should simply autosize to fit the horizontal width of the control.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.VerticalScrollControl.#ctor">
            <summary>
            Creates a new instance of ScrollingControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.VerticalScrollControl.ClientToDocument(System.Drawing.Rectangle)">
            <summary>
            Gets a rectangle in document coordinates for hte specified rectangle in client coordinates
            </summary>
            <param name="rect"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.VerticalScrollControl.DocumentToClient(System.Drawing.Rectangle)">
            <summary>
            Translates a rectangle from document coordinates to coordinates relative to the client control
            </summary>
            <param name="rect"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.VerticalScrollControl.ResetScroll">
            <summary>
            Recalculates the size and visibility of the scroll bars based on the current document.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.VerticalScrollControl.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Prevent flicker by preventing this
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.VerticalScrollControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            On Paint only paints the specified clip rectangle, but paints
            it from the page buffer.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.VerticalScrollControl.OnDrawBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Occurs during custom drawing when erasing things
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.VerticalScrollControl.OnDraw(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Occurs during custom drawing
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.VerticalScrollControl.Dispose(System.Boolean)">
            <summary>
            Disposes the unmanaged memory objects and optionally disposes
            the managed memory objects
            </summary>
            <param name="disposing"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.VerticalScrollControl.OnInitialize(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Fires the Initialized event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.VerticalScrollControl.OnResize(System.EventArgs)">
             <summary>
            
             </summary>
             <param name="e"></param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.VerticalScrollControl.Initialized">
            <summary>
            Occurs after the base drawing content has been rendered to the page.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.VerticalScrollControl.BackColor">
            <summary>
            Gets or sets the background color to use for this control
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.VerticalScrollControl.BackgroundImage">
             <summary>
            
             </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.VerticalScrollControl.ControlRectangle">
            <summary>
            Gets the rectangular region of the control in page coordinates.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.VerticalScrollControl.DocumentRectangle">
            <summary>
            Gets or sets the rectangle for the entire content, whether on the page buffer or not.  X and Y for this
            are always 0.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.VerticalScrollControl.IsInitialized">
            <summary>
            Gets or sets whether or not the page for this control has been drawn.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.VerticalScrollControl.VerticalScrollEnabled">
            <summary>
            Gets or sets a boolean indicating whether the vertical scroll should be permitted
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CharacterControl.#ctor">
            <summary>
            Creates a new instance of CharacterControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CharacterControl.#ctor(System.Windows.Forms.Design.IWindowsFormsEditorService,DotSpatial.Symbology.ICharacterSymbol)">
            <summary>
            Creates a new instance of a CharacterControl designed to edit the specific symbol
            </summary>
            <param name="editorService"></param>
            <param name="symbol"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CharacterControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the situation where a mouse up should show a magnified version of the character.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CharacterControl.OnPopupClicked">
            <summary>
            Fires the PopupClicked event args, and closes a drop down editor if it exists.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CharacterControl.OnInitialize(System.Windows.Forms.PaintEventArgs)">
             <summary>
            
             </summary>
             <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CharacterControl.OnResize(System.EventArgs)">
            <summary>
            Occurs whenever this control is resized, and forces invalidation of the entire control because
            we are completely changing how the paging works.
            </summary>
            <param name="e"></param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.CharacterControl.PopupClicked">
            <summary>
            Occurs when a magnification box is clicked
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CharacterControl.CellSize">
            <summary>
            Gets or sets the cell size.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CharacterControl.DocumentRectangle">
            <summary>
            Overrides underlying behavior to hide it in the properties list for this control from serialization
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CharacterControl.DynamicColumns">
            <summary>
            Gets or sets a boolean that, if true, indicates that this form should restructure the columns
            as it is resized so that all the columns are visible.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CharacterControl.IsSelected">
            <summary>
            Gets or sets whether or not this item is selected
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CharacterControl.NumColumns">
            <summary>
            Gets or sets the number of columns
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CharacterControl.NumRows">
            <summary>
            Gets the number of rows, which is controlled by having to show 256 cells
            in the given number of columns.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CharacterControl.SelectionBackColor">
            <summary>
            Gets or sets the background color for the selection
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CharacterControl.SelectionForeColor">
            <summary>
            The Font Color for the selection
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CharacterControl.TypeSet">
            <summary>
            Gets or sets the byte that describes the "larger" of the two bytes for a unicode set.
            The 256 character slots illustrate the sub-categories for those elements.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CharacterControl.SelectedChar">
            <summary>
            Gets or sets the selected character
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CharacterControl.SelectedString">
            <summary>
            Gets the string form of the selected character
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.CollectionControl">
            <summary>
            This is designed to automatically have add, subtract, up and down arrows for working with a simple collection of items.
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.CollectionControl.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionControl.#ctor">
            <summary>
            Creates a new instance of the Collection Control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionControl.OnSelectedItemChanged">
            <summary>
            Fires the SelectedItemChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionControl.RefreshList">
            <summary>
            Refreshes the items in the list to accuratly reflect the current collection
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionControl.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionControl.OnAdd">
            <summary>
            Fires the AddClicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionControl.OnListChanged">
            <summary>
            Fires the ListChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionControl.OnRemoveClick">
            <summary>
            Fires the RemoveCLicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionControl.OnOrderChanged">
            <summary>
            Fires the OnOrderChanged event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.CollectionControl.AddClicked">
            <summary>
            Occurs when someone clicks the add button.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.CollectionControl.SelectedItemChanged">
            <summary>
            Occurs when someone selects one of the items in the list box
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.CollectionControl.OrderChanged">
            <summary>
            Occurs when either the Promote or Demote function has been used,
            changing the order.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.CollectionControl.RemoveClicked">
            <summary>
            Occurs when the remove button has been clicked
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.CollectionControl.ListChanged">
            <summary>
            Occurs when the list has been added, removed, or re-ordered in any way.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CollectionControl.SelectedName">
            <summary>
            Gets or sets the currently selected name.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CollectionControl.SelectedObject">
            <summary>
            Gets the selected item cast as an object.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CollectionControl.ItemNames">
            <summary>
            This control works with the INamedList, which in turn can work with any strong typed
            IList.  The only button
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DecorationCollectionControl">
            <summary>
            This is designed to automatically have add, subtract, up and down arrows for working with a simple collection of items.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DecorationCollectionControl.#ctor">
            <summary>
            Creates a new instance of the Collection Control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DecorationCollectionControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DecorationCollectionControl.OnSelectedItemChanged">
            <summary>
            Fires the SelectedItemChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DecorationCollectionControl.RefreshList">
            <summary>
            Refreshes the items in the list to accuratly reflect the current collection
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DecorationCollectionControl.OnAdd">
            <summary>
            Fires the AddClicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DecorationCollectionControl.OnListChanged">
            <summary>
            Fires the ListChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DecorationCollectionControl.OnRemoveClick">
            <summary>
            Fires the RemoveCLicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DecorationCollectionControl.OnOrderChanged">
            <summary>
            Fires the OnOrderChanged event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DecorationCollectionControl.AddClicked">
            <summary>
            Occurs when someone clicks the add button.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DecorationCollectionControl.SelectedItemChanged">
            <summary>
            Occurs when someone selects one of the items in the list box
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DecorationCollectionControl.OrderChanged">
            <summary>
            Occurs when either the Promote or Demote function has been used,
            changing the order.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DecorationCollectionControl.RemoveClicked">
            <summary>
            Occurs when the remove button has been clicked
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DecorationCollectionControl.ListChanged">
            <summary>
            Occurs when the list has been added, removed, or re-ordered in any way.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DecorationCollectionControl.SelectedDecoration">
            <summary>
            Gets the selected item cast as an object.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DecorationCollectionControl.Decorations">
            <summary>
            Gets or sets the core list of lineDecorations that will be drawn here.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.PatternCollectionControl">
            <summary>
            This is designed to automatically have add, subtract, up and down arrows for working with a simple collection of items.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PatternCollectionControl.#ctor">
            <summary>
            Creates a new instance of the Collection Control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PatternCollectionControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PatternCollectionControl.OnSelectedItemChanged">
            <summary>
            Fires the SelectedItemChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PatternCollectionControl.RefreshList">
            <summary>
            Refreshes the items in the list to accuratly reflect the current collection
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PatternCollectionControl.OnAdd">
            <summary>
            Fires the AddClicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PatternCollectionControl.OnListChanged">
            <summary>
            Fires the ListChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PatternCollectionControl.OnRemoveClick">
            <summary>
            Fires the RemoveCLicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PatternCollectionControl.OnOrderChanged">
            <summary>
            Fires the OnOrderChanged event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.PatternCollectionControl.AddClicked">
            <summary>
            Occurs when someone clicks the add button.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.PatternCollectionControl.SelectedItemChanged">
            <summary>
            Occurs when someone selects one of the items in the list box
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.PatternCollectionControl.OrderChanged">
            <summary>
            Occurs when either the Promote or Demote function has been used,
            changing the order.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.PatternCollectionControl.RemoveClicked">
            <summary>
            Occurs when the remove button has been clicked
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.PatternCollectionControl.ListChanged">
            <summary>
            Occurs when the list has been added, removed, or re-ordered in any way.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PatternCollectionControl.SelectedPattern">
            <summary>
            Gets the selected item cast as an object.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PatternCollectionControl.Patterns">
            <summary>
            Gets or sets the core list of patterns that will be drawn here.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.StrokeCollectionControl">
            <summary>
            This is designed to automatically have add, subtract, up and down arrows for working with a simple collection of items.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StrokeCollectionControl.#ctor">
            <summary>
            Creates a new instance of the Collection Control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StrokeCollectionControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StrokeCollectionControl.OnSelectedItemChanged">
            <summary>
            Fires the SelectedItemChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StrokeCollectionControl.RefreshList">
            <summary>
            Refreshes the items in the list to accuratly reflect the current collection
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StrokeCollectionControl.OnAdd">
            <summary>
            Fires the AddClicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StrokeCollectionControl.OnListChanged">
            <summary>
            Fires the ListChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StrokeCollectionControl.OnRemoveClick">
            <summary>
            Fires the RemoveCLicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StrokeCollectionControl.OnOrderChanged">
            <summary>
            Fires the OnOrderChanged event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.StrokeCollectionControl.AddClicked">
            <summary>
            Occurs when someone clicks the add button.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.StrokeCollectionControl.SelectedItemChanged">
            <summary>
            Occurs when someone selects one of the items in the list box
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.StrokeCollectionControl.OrderChanged">
            <summary>
            Occurs when either the Promote or Demote function has been used,
            changing the order.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.StrokeCollectionControl.RemoveClicked">
            <summary>
            Occurs when the remove button has been clicked
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.StrokeCollectionControl.ListChanged">
            <summary>
            Occurs when the list has been added, removed, or re-ordered in any way.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.StrokeCollectionControl.SelectedStroke">
            <summary>
            Gets the selected item cast as an object.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.StrokeCollectionControl.Strokes">
            <summary>
            Gets or sets the core list of strokes that will be drawn here.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SymbolCollectionControl">
            <summary>
            This is designed to automatically have add, subtract, up and down arrows for working with a simple collection of items.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolCollectionControl.#ctor">
            <summary>
            Creates a new instance of the Collection Control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolCollectionControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolCollectionControl.OnSelectedItemChanged">
            <summary>
            Fires the SelectedItemChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolCollectionControl.RefreshList">
            <summary>
            Refreshes the items in the list to accuratly reflect the current collection
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolCollectionControl.OnAdd">
            <summary>
            Fires the AddClicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolCollectionControl.OnListChanged">
            <summary>
            Fires the ListChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolCollectionControl.OnRemoveClick">
            <summary>
            Fires the RemoveCLicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolCollectionControl.OnOrderChanged">
            <summary>
            Fires the OnOrderChanged event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SymbolCollectionControl.AddClicked">
            <summary>
            Occurs when someone clicks the add button.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SymbolCollectionControl.SelectedItemChanged">
            <summary>
            Occurs when someone selects one of the items in the list box
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SymbolCollectionControl.OrderChanged">
            <summary>
            Occurs when either the Promote or Demote function has been used,
            changing the order.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SymbolCollectionControl.RemoveClicked">
            <summary>
            Occurs when the remove button has been clicked
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SymbolCollectionControl.ListChanged">
            <summary>
            Occurs when the list has been added, removed, or re-ordered in any way.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolCollectionControl.ItemHeight">
            <summary>
            Gets or sets the item height for this control.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolCollectionControl.ScaleMode">
            <summary>
            Gets or sets the scale mode.  If the scale mode is set to geographic, then the
            specified size will be ignored when drawing the symbolic representation.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolCollectionControl.SelectedSymbol">
            <summary>
            Gets the selected item cast as an object.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolCollectionControl.Symbols">
            <summary>
            Gets or sets the core list of strokes that will be drawn here.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SymbolizerCollectionControl">
            <summary>
            This control displays a list box where each item is a preview of a category symbolizer
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.SymbolizerCollectionControl._symbolizers">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.#ctor">
            <summary>
            Creates a new instance of the Collection Control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.OnSelectedItemChanged">
            <summary>
            Fires the SelectedItemChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.RefreshList">
            <summary>
            Refreshes the items in the list to accuratly reflect the current collection
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.DrawLineSymbolizer(DotSpatial.Symbology.LineSymbolizer,System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws a preview of a line symbolizer inside of the specified rectangle
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.DrawPointSymbolizer(DotSpatial.Symbology.PointSymbolizer,System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws a preview of a point symbolizer inside of the specified rectangle
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.DrawPolygonSymbolizer(DotSpatial.Symbology.PolygonSymbolizer,System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws a preview of a polygon symbolizer inside of the specified rectangle
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposingManagedResources">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.OnAdd">
            <summary>
            Fires the AddClicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.OnListChanged">
            <summary>
            Fires the ListChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.OnRemoveClick">
            <summary>
            Fires the RemoveCLicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.OnOrderChanged">
            <summary>
            Fires the OnOrderChanged event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.AddClicked">
            <summary>
            Occurs when someone clicks the add button.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.SelectedItemChanged">
            <summary>
            Occurs when someone selects one of the items in the list box
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.OrderChanged">
            <summary>
            Occurs when either the Promote or Demote function has been used,
            changing the order.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.RemoveClicked">
            <summary>
            Occurs when the remove button has been clicked
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.ListChanged">
            <summary>
            Occurs when the list has been added, removed, or re-ordered in any way.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.ItemHeight">
            <summary>
            Gets or sets the item height for this control.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.ScaleMode">
            <summary>
            Gets or sets the scale mode.  If the scale mode is set to geographic, then the
            specified size will be ignored when drawing the symbolic representation.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.SelectedSymbol">
            <summary>
            Gets the selected item cast as an object.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolizerCollectionControl.Symbols">
            <summary>
            Gets or sets the core list of syms that will be drawn here.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.CollectionPropertyGrid">
            <summary>
            CollectionPropertyGrid
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.CollectionPropertyGrid.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionPropertyGrid.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionPropertyGrid.#ctor">
            <summary>
            Creates a new instance of CollectionPropertyGrid
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionPropertyGrid.#ctor(DotSpatial.Data.INamedList)">
            <summary>
            Creates a new instance of CollectionPropertyGrid
            </summary>
            <param name="list">The INamedList to display</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionPropertyGrid.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionPropertyGrid.OnAddClicked">
            <summary>
            Occurs when the add button is clicked
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.CollectionPropertyGrid.OnApplyChanges">
            <summary>
            Fires the ChangesApplied event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.CollectionPropertyGrid.ChangesApplied">
            <summary>
            Occurs whenever the apply changes button is clicked, or else when the ok button is clicked.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.CollectionPropertyGrid.AddItemClicked">
            <summary>
            Occurs whenever the add item is clicked.  This is because the Collection Property Grid
            doesn't necessarilly know how to create a default item.  (An alternative would be
            to send in a factory, but I think this will work just as well.)
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.CollectionPropertyGrid.NamedList">
            <summary>
            Gets or sets the tool that connects each item with a string name.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ColorBox">
            <summary>
            ColorBox
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.ColorBox.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorBox.#ctor">
            <summary>
            Creates a new instance of ColorBox
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorBox.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorBox.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorBox.Reset">
            <summary>
            Changes the starting location of the color drop down based on the current text.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.ColorBox.SelectedItemChanged">
            <summary>
            Occurs when the selected color has been changed in the drop-down
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorBox.Value">
            <summary>
            Gets or sets the selected color
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorBox.LabelText">
            <summary>
            Gets or sets the text for the label portion
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorBox.Font">
            <summary>
            Gets or set the font for the label portion of the component.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ColorButton">
            <summary>
            A button that is a certain color with beveled edges.  The default use of this control is to work as a simple
            color dialog launcher that happens to show a preview of the currently selected color.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorButton.#ctor">
            <summary>
            Creates a new instance of ColorButton
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorButton.SetColorQuietly(System.Drawing.Color)">
            <summary>
            Sets the color but will not fire the ColorChanged event.
            </summary>
            <param name="color"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorButton.OnColorChanged">
            <summary>
            Fires the ColorChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorButton.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Custom drawing code
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorButton.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            when the mouse down event is received this also "depresses" the button
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorButton.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the situation where the mouse is moving up.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorButton.OnClick(System.EventArgs)">
            <summary>
            Clicking launches a color dialog by default.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorButton.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Cancels the on paint background event to prevent flicker
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorButton.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Sets up a bitmap to use as a double buffer for doing all the drawing code.
            </summary>
            <param name="e"></param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.ColorButton.ColorChanged">
            <summary>
            Occurs when the color has changed.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorButton.Color">
            <summary>
            Gets or sets the color of this button
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorButton.BevelRadius">
            <summary>
            Gets or sets the floating point radius between the outside of the button and the flat central portion.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorButton.RoundingRadius">
            <summary>
            Gets or sets the rounding radius that controls how rounded this button appears
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorButton.LaunchDialogOnClick">
            <summary>
            Gets or sets a boolean that indicates whether this button should launch a
            color dialog to alter its color when it is clicked.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ColorDropDown">
            <summary>
            A drop down coded by
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorDropDown.#ctor">
            <summary>
            Creates a dropdown with known colors populated in it
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorDropDown.Dispose(System.Boolean)">
            <summary>
            Disposes stuff
            </summary>
            <param name="disposing"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorDropDown.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Prevents flicker .. or possibly does nothing.. I'm not sure.
            </summary>
            <param name="pevent">PaintEventArgs</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorDropDown.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)">
            <summary>
            Actually handles the drawing of a single item
            </summary>
            <param name="e">DrawItemEventArgs</param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorDropDown.DrawMode">
            <summary>
            Basically still allow this to be affected in code, but remove it from the designer stuff
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorDropDown.Value">
            <summary>
            Gets or sets the currently selected color from this dropdown control
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorDropDown.DropDownStyle">
            <summary>
            Basically still allow this to be affected in code, but remove it from the designer stuff
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ColorPanelStyle">
            <summary>
            ColorPanelStyle
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.ColorPanelStyle.Colors">
            <summary>
            This panel draws color boxes
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.ColorPanelStyle.Values">
            <summary>
            This panel draws values
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.ColorPanelStyle.Captions">
            <summary>
            This panel draws captions
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ColorPicker">
            <summary>
            A form for selecting colors
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorPicker.#ctor">
            <summary>
            Creates a new instance of this form.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorPicker.#ctor(DotSpatial.Symbology.IColorCategory)">
            <summary>
            Constructs a new instance and sets it up for a specific color break
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorPicker.#ctor(System.Drawing.Color,System.Drawing.Color)">
            <summary>
            Constructs a new instance and sets up the colors, but won;t allow
            </summary>
            <param name="startColor"></param>
            <param name="endColor"></param>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.ColorPicker.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorPicker.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorPicker.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorPicker.OnChangesApplied">
            <summary>
            Fires the ChangesApplied event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.ColorPicker.ChangesApplied">
            <summary>
            Occurs when the Apply button is pressed, implying to set the changes using the current colorbreak.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorPicker.Original">
            <summary>
            Gets or sets the original instance for updating when the apply button is pressed.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorPicker.LowColor">
            <summary>
            Gets or sets the start color for this dialog
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorPicker.HighColor">
            <summary>
            Gets or sets the end color for this dialog
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorPicker.ProgressHandler">
            <summary>
            Gets the IProgressHandler version of the status bar on this form
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ButtonStates">
            <summary>
            ButtonState
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.ButtonStates.None">
            <summary>
            This is the default case, wher the button is neither depressed nor illuminated
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.ButtonStates.Depressed">
            <summary>
            The Button is depressed or pressed down
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.ButtonStates.Illuminated">
            <summary>
            The Button is illuminated or lit up
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ButtonStatesEM">
            <summary>
            ButtonStatesEM
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ButtonStatesEM.IsPressed(DotSpatial.Symbology.Forms.ButtonStates)">
            <summary>
            Returns true if the button state is depressed
            </summary>
            <param name="self">the button state</param>
            <returns>Boolean, true if the button is currently pressed</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ButtonStatesEM.IsLit(DotSpatial.Symbology.Forms.ButtonStates)">
            <summary>
            Returns true if the button state is illuminated
            </summary>
            <param name="self">The button state</param>
            <returns>Boolean, true if the button is currently illuminated</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ButtonStatesEM.Lit(DotSpatial.Symbology.Forms.ButtonStates)">
            <summary>
            Sets the state to being lit
            </summary>
            <param name="self">This button state</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ButtonStatesEM.Pressed(DotSpatial.Symbology.Forms.ButtonStates)">
            <summary>
            Sets the state to being Depressed
            </summary>
            <param name="self">This button state</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ButtonStatesEM.Raised(DotSpatial.Symbology.Forms.ButtonStates)">
            <summary>
            Removes the pressed condition from the button
            </summary>
            <param name="self">This button state</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ButtonStatesEM.Darkened(DotSpatial.Symbology.Forms.ButtonStates)">
            <summary>
            Removes the lit condition from the button
            </summary>
            <param name="self">This button state</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ButtonStatesEM.InverseDepression(DotSpatial.Symbology.Forms.ButtonStates)">
            <summary>
            Changes pressed to unpressed or unpressed to pressed
            </summary>
            <param name="self"></param>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DashControl">
            <summary>
            DashControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.#ctor">
            <summary>
            Creates a new instance of DashControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.GetDashPattern">
             <summary>
            
             </summary>
             <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.GetCompoundArray">
             <summary>
            
             </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.SetPattern(DotSpatial.Symbology.ICartographicStroke)">
            <summary>
            Sets the pattern of squares for this pen by working with the given dash and compound patterns.
            </summary>
            <param name="stroke">Completely defines the ICartographicStroke that is being used to set the pattern.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.SetHorizontalPattern(System.Boolean[])">
            <summary>
            Sets the horizontal pattern for this control
            </summary>
            <param name="buttonPattern"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.SetVerticalPattern(System.Boolean[])">
            <summary>
            Sets the vertical pattern for this control
            </summary>
            <param name="buttonPattern"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.OnCreateControl">
            <summary>
            Occurs when the dash control needs to calculate the pattern
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Prevent flicker
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Creates a bitmap to draw to instead of drawing directly to the image.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Actually controls the basic drawing control.
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the mouse down event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles mouse movement
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the mouse up event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.OnPatternChanged">
            <summary>
            Fires the pattern changed event.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.OnResize(System.EventArgs)">
            <summary>
            Forces a calculation during the resizing that changes the pattern squares.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashControl.UpdateHighlight(System.Drawing.Point)">
            <summary>
            Updates the highlight based on mouse position.
            </summary>
            <returns></returns>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DashControl.PatternChanged">
            <summary>
            Occurs any time any action has occured that changes the pattern.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.DashButtons">
            <summary>
            Gets or sets the boolean pattern for the horizontal patterns that control the custom
            dash style.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.CompoundButtons">
            <summary>
            Gets or sets the boolean pattern for the vertical patterns that control the custom
            compound array.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.ButtonDownDarkColor">
            <summary>
            Gets or sets the color for all the buttons when they are pressed and inactive
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.ButtonDownLitColor">
            <summary>
            Gets or sets the base color for all the buttons when they are pressed and active
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.ButtonUpDarkColor">
            <summary>
            Gets or sets the base color for all the buttons when they are not pressed and not active.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.ButtonUpLitColor">
            <summary>
            Gets or sets the base color for all the buttons when they are not pressed but are active.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.LineWidth">
            <summary>
            Gets or sets the line width for the actual line being described, regardless of scale mode.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.SquareWidth">
            <summary>
            Gets the width of a square in the same units used for the line width.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.SquareHeight">
            <summary>
            Gets the height of the square
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.HorizontalSlider">
            <summary>
            Gets or sets the position of the sliders.  The X describes the horizontal placement
            of the horizontal slider, while the Y describes the vertical placement of the vertical slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.BlockSize">
            <summary>
            Gets or sets the floating point size of each block in pixels.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.LineColor">
            <summary>
            Gets or sets the color of the line
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashControl.VerticalSlider">
            <summary>
            Gets or sets the vertical Slider
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DashSlider">
            <summary>
            DashSlider
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashSlider.#ctor(System.Windows.Forms.Orientation)">
            <summary>
            Creates a new instance of DashSlider
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashSlider.Draw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws the current control
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashSlider.CreateGradientBrush(System.Drawing.Color,System.Drawing.PointF,System.Drawing.PointF)">
            <summary>
            Creates a Gradient Brush
            </summary>
            <param name="color"></param>
            <param name="topLeft"></param>
            <param name="bottomRight"></param>
            <returns></returns>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashSlider.Image">
            <summary>
            Gets or sets an image that can be used instead of the default triangular drawing
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashSlider.Orientation">
            <summary>
            Gets or sets whether this control is vertical or horizontal
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashSlider.Bounds">
            <summary>
            Gets the bounds of this slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashSlider.Color">
            <summary>
            Gets or sets the color for this control if it is not using a custom image.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashSlider.IsDragging">
            <summary>
            Gets or sets whether or not this slider is in the process of being adjusted
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashSlider.Position">
            <summary>
            Gets or sets the position.  Whether the X or Y coordinate is used depends on the orientation.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashSlider.Size">
            <summary>
            Gets or sets the size of this slider.  This is only used when the slider is not based on an image.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashSlider.Visible">
            <summary>
            Gets or sets a boolean indicating whether this slider will draw itself.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DashSliderHorizontal">
            <summary>
            DashSliderHorizontal
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashSliderHorizontal.#ctor">
            <summary>
            Creates a new instance of DashSliderHorizontal
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashSliderHorizontal.Draw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws the dash slider
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashSliderHorizontal.Bounds">
            <summary>
            Gets the bounding rectangle for this slider.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DashSliderVertical">
            <summary>
            DashSliderVertical
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashSliderVertical.#ctor">
            <summary>
            Creates a new instance of DashSliderVertical
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DashSliderVertical.Draw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Teh Publick method allowing this dash slider to be moved
            </summary>
            <param name="g">The graphics object to draw to</param>
            <param name="clipRectangle">The clip rectangle defining where drawing should take place</param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DashSliderVertical.Bounds">
            <summary>
            Gets the bounding rectangle for this slider.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SquareButton">
            <summary>
            SquareButton
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SquareButton.#ctor">
            <summary>
            Creates a new instance of SquareButton
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SquareButton.Draw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Instructs this button to draw itself.
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SquareButton.GetCurrentColor">
            <summary>
            Gets the current color based on the current state.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SquareButton.UpdateLight(System.Drawing.Point)">
            <summary>
            Updates the mouse location and return true if the state had to change.
            </summary>
            <param name="mouseLocation">Updates this button appropriately based on the specified mouse location.</param>
            <returns>Boolean, true if a change was made.</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SquareButton.UpdatePressed(System.Drawing.Point)">
            <summary>
            Updates the depressed nature of the button based on a mouse click in the specified location
            </summary>
            <param name="mouseLocation"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SquareButton.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws this square button.  The graphics object should be in client coordinates.
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SquareButton.CreateGradientBrush(System.Drawing.Color,System.Drawing.PointF,System.Drawing.PointF)">
            <summary>
            Creates a Gradient Brush
            </summary>
            <param name="color"></param>
            <param name="topLeft"></param>
            <param name="bottomRight"></param>
            <returns></returns>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SquareButton.Bounds">
            <summary>
            Gets or sets the rectangular bounds for this button
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SquareButton.ColorDownDark">
            <summary>
            Gets or sets the color for this button control when it is pressed but is not
            capturing the mouse.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SquareButton.ColorDownLit">
            <summary>
            Gets or sets the primary color for this button control when it is pressed
            and is capturing the mouse.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SquareButton.ColorUpDark">
            <summary>
            Gets or sets the color for this button control when it is not pressed and is not
            capturing the mouse.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SquareButton.ColorUpLit">
            <summary>
            Gets or sets the color for this button control when it is not pressed, but is
            currently capturing the mouse
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SquareButton.State">
            <summary>
            Gets or sets the state of the button, including whether it is pressed and whether
            it is illuminated.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SquareButton.IsDown">
            <summary>
            Gets or sets a boolean indicating if this button is currently pressed
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SquareButton.IsLit">
            <summary>
            Gets or sets a boolean indicating if this button is currently lit
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DialogButtons">
            <summary>
            DialogButtons
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DialogButtons.#ctor">
            <summary>
            Creates a new instance of DialogButtons
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DialogButtons.OnOKClicked">
            <summary>
            Fires the ok clicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DialogButtons.OnCancelClicked">
            <summary>
            Fires the Cancel Clicked event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DialogButtons.OnApplyClicked">
            <summary>
            Fires the Apply Clicked event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DialogButtons.OkClicked">
            <summary>
            The OK button was clicked
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DialogButtons.ApplyClicked">
            <summary>
            The Apply button was clicked
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DialogButtons.CancelClicked">
            <summary>
            The Cancel button was clicked
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DoubleBox">
            <summary>
            A User control for entering double values into text boxes
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.DoubleBox.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DoubleBox.#ctor">
            <summary>
            Creates a new instance of DoubleBox
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DoubleBox.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DoubleBox.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DoubleBox.OnTextChanged">
            <summary>
            Fires TextChanged
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DoubleBox.OnValidChanged">
            <summary>
            Fires ValidChanged
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DoubleBox.TextChanged">
            <summary>
            Occurs when the user changes values in the text box
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DoubleBox.ValidChanged">
            <summary>
            Occurs either when changing from valid to invalid or when
            changing from invalid to valid.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DoubleBox.BackColorRegular">
            <summary>
            Gets or sets the normal background color
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DoubleBox.BackColorInvalid">
            <summary>
            Gets or sets the invalid background color
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DoubleBox.Caption">
            <summary>
            Gets or sets the caption
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DoubleBox.NumberFormat">
            <summary>
            Gets or sets the string number format
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DoubleBox.InvalidHelp">
            <summary>
            Gets or sets teh tool tip text help when this
            item has an invalid entry.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DoubleBox.IsValid">
            <summary>
            Gets or sets a boolean indicating if the text in this box can be parsed
            into a double precision value.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DoubleBox.RegularHelp">
            <summary>
            Gets or sets the tool tip text for regular help
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DoubleBox.Text">
            <summary>
            Gets the raw text entered in the textbox
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DoubleBox.Value">
            <summary>
            Gets the currently entered double value.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DynamicVisibilityControl">
            <summary>
            DynamicVisibilityControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DynamicVisibilityControl.#ctor">
            <summary>
            Creates a new instance of DynamicVisibilityControl.  Note,
            this default constructor won't be able to grab the extents
            from a layer, but instead will use the "grab extents"
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DynamicVisibilityControl.#ctor(System.Windows.Forms.Design.IWindowsFormsEditorService,DotSpatial.Symbology.ILayer)">
            <summary>
            The true constructor
            </summary>
            <param name="dialogProvider">Service that may have launched this control</param>
            <param name="layer">the layer that this property is being adjusted on</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DynamicVisibilityControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DynamicVisibilityControl.DynamicVisibilityWidth">
            <summary>
            Gets or sets the geographic width where the layer content becomes visible again.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DynamicVisibilityControl.GrabExtents">
            <summary>
            If a layer is not provided, the DynamicVisibilityExtents
            will be set to the grab extents instead.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DynamicVisibilityControl.UseDynamicVisibility">
            <summary>
            Gets or sets a boolean corresponding
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DynamicVisibilityEditor">
            <summary>
            DynamicVisibilityEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DynamicVisibilityEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            Display a drop down when editing instead of the normal control, and allow the user to "grab" a
            new dynamic visibility extent.
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DynamicVisibilityEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Indicate that we should use a drop-down for controlling dynamic visibility.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DynamicVisibilityModeDialog">
            <summary>
            DynamicVisibilityModeDialog
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.DynamicVisibilityModeDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DynamicVisibilityModeDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DynamicVisibilityModeDialog.#ctor">
            <summary>
            Creates a new instance of DynamicVisibilityModeDialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DynamicVisibilityModeDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DynamicVisibilityModeDialog.DynamicVisibilityMode">
            <summary>
            Gets or sets the dynamic visiblity mode for this dialog.
            This stores the result from this dialog.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DynamicVisibilityTypeConverter">
            <summary>
            DynamicVisibilityTypeConverter
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DynamicVisibilityTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>
            Returns true if we are converting to strings
            </summary>
            <param name="context"></param>
            <param name="destinationType"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DynamicVisibilityTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
            <summary>
            Return
            </summary>
            <param name="context"></param>
            <param name="culture"></param>
            <param name="value"></param>
            <param name="destinationType"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DynamicVisibilityTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>
            Returns true if we are converting from boolean
            </summary>
            <param name="context"></param>
            <param name="sourceType"></param>
            <returns></returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ExportFeature">
            <summary>
            ExportFeature
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ExportFeature.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ExportFeature.#ctor">
            <summary>
            Creates a new instance of ExportFeature
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ExportFeature.OnClosing(System.ComponentModel.CancelEventArgs)">
            <summary>
            Occurs when closing, and throws up a message box preventing "ok" with an invalid path.
            </summary>
            <param name="e"></param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ExportFeature.FeaturesIndex">
            <summary>
            Gets the zero based integer index
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ExportFeature.Filename">
            <summary>
            Gets or sets the string fileName.  Setting this will not actually use this value,
            but will make up a new value based on the entered value.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ExpressionEditor">
            <summary>
            ExpressionEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ExpressionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            This describes how to launch the form etc.
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ExpressionEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            This tells the editor that it should open a dialog form when editing the value from a ... button
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.FontBox">
            <summary>
            FontBox
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.FontBox.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FontBox.#ctor">
            <summary>
            Creates a new instance of FontBox
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FontBox.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FontBox.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FontBox.Reset">
            <summary>
            Changes the starting location of the color drop down based on the current text.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FontBox.Value">
            <summary>
            Gets or sets the font that this control should be using.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FontBox.LabelText">
            <summary>
            Gets or sets the label text for this control.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.FontFamilyControl">
            <summary>
            A UserControl for specifying the font family.
            </summary>
            <summary>
            A control that is specifically designed to allow choosing a font family name
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FontFamilyControl.#ctor">
            <summary>
            Creates a new instance of the Font Family control, pre-loading a font drop down.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FontFamilyControl.GetSelectedFamily">
            <summary>
            Gets the selected family name as a FontFamily object
            </summary>
            <returns>A FontFamily object</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FontFamilyControl.OnSelectedItemChanged">
            <summary>
            Throws a new event when the selected item changed.
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.FontFamilyControl.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FontFamilyControl.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FontFamilyControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FontFamilyControl.SelectedFamily">
            <summary>
            Gets or sets the currently selected font family name.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.FontFamilyControl.SelectedItemChanged">
            <summary>
            Event
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.FontFamilyDropDown">
            <summary>
            This control doesn't actually pre-load items, it merely overrides how the items
            are drawn.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FontFamilyDropDown.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)">
            <summary>
            Occurs during the drawing of an item
            </summary>
            <param name="e"></param>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.FontFamilyNameEditor">
            <summary>
            FontFamilyNameEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FontFamilyNameEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            Edits a value based on some user input which is collected from a character control.
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.FontFamilyNameEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Gets the UITypeEditorEditStyle, which in this case is drop down.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.FontFamilyNameEditor.IsDropDownResizable">
            <summary>
            Overrides the ISDropDownResizable to allow this control to be adjusted.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ColorLever">
            <summary>
            A Color lever is a control that shows a color on a plate, and has a knob on a lever on the side of the plate for
            controling the opacity, where the up position is opaque and the bottom position is transparent.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorLever.#ctor">
            <summary>
            Creates a new instance of ColorLever
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorLever.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Prevent flicker
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorLever.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Draw the clipped portion
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorLever.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Controls the actual drawing for this gradient slider control.
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorLever.ClientToStandard(System.Drawing.Point)">
            <summary>
            Uses the current transform matrix to calculate the coordinates in terms of the unrotated, unflipped image
            </summary>
            <param name="location"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorLever.StandardToClient(System.Drawing.Point)">
            <summary>
            Transforms a point from the standard orientation of the control into client coordinates.
            </summary>
            <param name="location"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorLever.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the mouse down position for dragging the lever.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorLever.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the mouse move event to handle when the lever is dragged.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorLever.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Controls the mouse up for ending the drag movement, or possibly launching the color dialog to change the base color.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorLever.OnColorChanged">
            <summary>
            Fires a ColorChanged event whenver the opacity or color have been altered.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorLever.OnColorChanging">
            <summary>
            Fires the ColorChanging evetn whenever the color is changing either directly, or by the use of the opacity lever.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ColorLever.OnOpacityChanging">
            <summary>
            Fires the OpacityChanging event when the opacity is being changed
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.ColorLever.ColorChanged">
            <summary>
            Occurs whenever either the color or the opacity for this control is adjusted
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.ColorLever.OpacityChanging">
            <summary>
            Occurs as the opacity is being adjusted by the slider, but while the slider is
            still being dragged.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.ColorLever.ColorChanging">
            <summary>
            Because the color is changed any time the opacity is changed, while the lever is being
            adjusted, the color is being updated as well as the opacity.  Therefore, this is fired
            both when the color is changed directly or when the slider is being adjusted.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorLever.Angle">
            <summary>
            Gets or sets the double valued angle for this control.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorLever.BarLength">
            <summary>
            Gets or sets the bar length
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorLever.BarWidth">
            <summary>
            Gets or sets the width of the bar connecting the knob
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorLever.BorderWidth">
            <summary>
            Gets or sets the border width
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorLever.Color">
            <summary>
            Gets or sets the color being displayed on the color plate.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorLever.KnobRadius">
            <summary>
            Gets or sets the radius to use for the knob on the opacity lever.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorLever.KnobColor">
            <summary>
            Gets or sets the knob color.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorLever.Flip">
            <summary>
            Gets or sets a boolean that can be used to reverse the lever, rather than simply rotating it.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ColorLever.Opacity">
            <summary>
            Gets or sets the opacity for the color lever.  This will also
            adjust the knob position.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.GradientControl">
            <summary>
            A Control that can be used to create custom gradients.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientControl.#ctor">
            <summary>
            Creates a new instance of a Gradient Control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientControl.OnGradientChanged">
            <summary>
            Fires the Gradient Changed event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientControl.OnGradientChanging">
            <summary>
            Fires the Gradient Changing event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.GradientControl.GradientChanged">
            <summary>
            Occurs when the gradient is updated to its final value when the sliders or levers are released.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.GradientControl.GradientChanging">
            <summary>
            Occurs when the gradient changes as the result of a sliding action, either from the dragging of a slider or else
            the dragging of a lever.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.GradientControl.StartValue">
            <summary>
            Gets or sets the position of the minimum handle
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.GradientControl.EndValue">
            <summary>
            Gets or sets the position of the maximum handle
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.GradientControl.MinimumColor">
            <summary>
            Gets or sets the minimum color
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.GradientControl.MaximumColor">
            <summary>
            Gets or sets the maximum color
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.GradientControl.SlidersEnabled">
            <summary>
            Gets or sets a boolean that determine whether the sliders are enabled on the gradient control.
            Disabling the sliders will prevent them from being drawn or changed, and will automatically
            set the values to minimum and maximumum.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.GradientSlider">
            <summary>
            GradientControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientSlider.#ctor">
            <summary>
            Creates a new instance of GradientControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientSlider.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Prevent flicker
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientSlider.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Draw the clipped portion
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientSlider.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Controls the actual drawing for this gradient slider control.
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientSlider.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Initiates slider dragging
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientSlider.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles slider dragging
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientSlider.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the mouse up situation
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientSlider.OnPositionChanging">
            <summary>
            Fires the Position Changing event while either slider is being dragged
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.GradientSlider.OnPositionChanged">
            <summary>
            Fires the Position Changed event after sliders are released
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.GradientSlider.PositionChanging">
            <summary>
            Occurs as the user is adjusting the positions on either of the sliders
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.GradientSlider.PositionChanged">
            <summary>
            Occurs after the user has finished adjusting the positions of either of the sliders and has released control
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.GradientSlider.LeftHandle">
            <summary>
            Gets or sets the floating point position of the left slider.  This must range
            between 0 and 1, and to the left of the right slider, (therefore with a value lower than the right slider.)
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.GradientSlider.RightHandle">
            <summary>
            Gets or sets the floating point position of the right slider.  This must range
            between 0 and 1, and to the right of the left slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.GradientSlider.Minimum">
            <summary>
            Gets or sets the minimum allowed value for the slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.GradientSlider.MinimumColor">
            <summary>
            Gets or sets the color associated with the minimum color
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.GradientSlider.Maximum">
            <summary>
            Gets or sets the maximum allowed value for the slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.GradientSlider.MaximumColor">
            <summary>
            Gets or sets the color associated with the maximum value.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.HueHandle">
            <summary>
            RoundedSlider
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueHandle.#ctor">
            <summary>
            Creates a new instance of RoundedSlider
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueHandle.#ctor(DotSpatial.Symbology.Forms.HueSlider)">
            <summary>
            Creates a new instance of a rounded handle, specifying the parent gradient slider
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueHandle.Draw(System.Drawing.Graphics)">
            <summary>
            Draws this slider on the specified graphics object
            </summary>
            <param name="g"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueHandle.GetBounds">
            <summary>
            Gets the bounds of this handle in the coordinates of the parent slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueHandle.IsDragging">
            <summary>
            Gets or sets a boolean indicating whether this is visible or not
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueHandle.Parent">
            <summary>
            Gets or sets the parent
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueHandle.Position">
            <summary>
            Gets or sets the Position
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueHandle.Left">
            <summary>
            Gets or sets whether this handle should behave like a left handle,
            meaning that it reads values from its right side rather than the left.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueHandle.Width">
            <summary>
            Gets or sets the integer width of this slider in pixels.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueHandle.Color">
            <summary>
            Gets or sets the basic color of the slider
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueHandle.RoundingRadius">
            <summary>
            Gets or sets the integer describing the radius of the curves in the corners of the slider
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueHandle.Visible">
            <summary>
            Gets or sets a boolean that controls whether or not this handle is drawn and visible.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.HueSlider">
            <summary>
            GradientControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueSlider.#ctor">
            <summary>
            Creates a new instance of GradientControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueSlider.SetRange(System.Drawing.Color,System.Drawing.Color)">
            <summary>
            Uses the hue values from the specified start and end color to set the handle positions.
            </summary>
            <param name="startColor">The start color that represents the left hue</param>
            <param name="endColor">The start color that represents the right hue</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueSlider.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Prevent flicker
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueSlider.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Draw the clipped portion
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueSlider.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Controls the actual drawing for this gradient slider control.
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueSlider.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Initiates slider dragging
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueSlider.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles slider dragging
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueSlider.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the mouse up situation
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueSlider.OnPositionChanging">
            <summary>
            Fires the Position Changing event while either slider is being dragged
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.HueSlider.OnPositionChanged">
            <summary>
            Fires the Position Changed event after sliders are released
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.HueSlider.PositionChanging">
            <summary>
            Occurs as the user is adjusting the positions on either of the sliders
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.HueSlider.PositionChanged">
            <summary>
            Occurs after the user has finished adjusting the positions of either of the sliders and has released control
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueSlider.Inverted">
            <summary>
            Gets or sets a boolean indicating whether the hue pattern should be flipped.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueSlider.HueShift">
            <summary>
             Gets or sets an integer value indicating how much to adjust the hue to change where wrapping occurs.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueSlider.LeftHandle">
            <summary>
            Gets or sets the floating point position of the left slider.  This must range
            between 0 and 1, and to the left of the right slider, (therefore with a value lower than the right slider.)
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueSlider.RightHandle">
            <summary>
            Gets or sets the floating point position of the right slider.  This must range
            between 0 and 1, and to the right of the left slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueSlider.Maximum">
            <summary>
            Gets or sets the maximum allowed value for the slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueSlider.Minimum">
            <summary>
            Gets or sets the minimum allowed value for the slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueSlider.LeftValue">
            <summary>
            The value represented by the left handle, taking into account
            whether or not the slider has been reversed.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.HueSlider.RightValue">
            <summary>
            The value represented by the right handle, taking into account
            whether or not the slider has been reversed.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.RoundedHandle">
            <summary>
            RoundedSlider
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RoundedHandle.#ctor">
            <summary>
            Creates a new instance of RoundedSlider
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RoundedHandle.#ctor(DotSpatial.Symbology.Forms.GradientSlider)">
            <summary>
            Creates a new instance of a rounded handle, specifying the parent gradient slider
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RoundedHandle.Draw(System.Drawing.Graphics)">
            <summary>
            Draws this slider on the specified graphics object
            </summary>
            <param name="g"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RoundedHandle.GetBounds">
            <summary>
            Gets the bounds of this handle in the coordinates of the parent slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RoundedHandle.IsDragging">
            <summary>
            Gets or sets a boolean indicating whether this is visible or not
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RoundedHandle.Parent">
            <summary>
            Gets or sets the parent
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RoundedHandle.Position">
            <summary>
            Gets or sets the Position
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RoundedHandle.Width">
            <summary>
            Gets or sets the integer width of this slider in pixels.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RoundedHandle.Color">
            <summary>
            Gets or sets the basic color of the slider
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RoundedHandle.RoundingRadius">
            <summary>
            Gets or sets the integer describing the radius of the curves in the corners of the slider
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RoundedHandle.Visible">
            <summary>
            Gets or sets a boolean that controls whether or not this handle is drawn and visible.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.TwoColorHandle">
            <summary>
            RoundedSlider
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorHandle.#ctor">
            <summary>
            Creates a new instance of RoundedSlider
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorHandle.#ctor(DotSpatial.Symbology.Forms.TwoColorSlider)">
            <summary>
            Creates a new instance of a rounded handle, specifying the parent gradient slider
            </summary>
            <param name="parent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorHandle.Draw(System.Drawing.Graphics)">
            <summary>
            Draws this slider on the specified graphics object
            </summary>
            <param name="g"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorHandle.GetBounds">
            <summary>
            Gets the bounds of this handle in the coordinates of the parent slider.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorHandle.GetColor">
            <summary>
            Gets the color at the handles current position
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorHandle.IsLeft">
            <summary>
            Gets or sets a boolean indicating whether this is the left handle or not.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorHandle.IsDragging">
            <summary>
            Gets or sets a boolean indicating whether this is visible or not
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorHandle.Parent">
            <summary>
            Gets or sets the parent
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorHandle.Position">
            <summary>
            Gets or sets the Position
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorHandle.Width">
            <summary>
            Gets or sets the integer width of this slider in pixels.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorHandle.Color">
            <summary>
            Gets or sets the basic color of the slider
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorHandle.RoundingRadius">
            <summary>
            Gets or sets the integer describing the radius of the curves in the corners of the slider
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorHandle.Visible">
            <summary>
            Gets or sets a boolean that controls whether or not this handle is drawn and visible.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.TwoColorSlider">
            <summary>
            GradientControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorSlider.#ctor">
            <summary>
            Creates a new instance of GradientControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorSlider.SetSaturation(System.Drawing.Color,System.Drawing.Color)">
            <summary>
            Uses the saturation of the specified values to set the left and right values for this slider.
            </summary>
            <param name="startColor">The color that specifies the left saturation</param>
            <param name="endColor">The color that specifies the right saturation</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorSlider.SetLightness(System.Drawing.Color,System.Drawing.Color)">
            <summary>
            Uses the lightness of hte specified values ot set the left and right values for this slider
            </summary>
            <param name="startColor">The color that specifies the left lightness</param>
            <param name="endColor">The color that specifies the right lightness</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorSlider.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Prevent flicker
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorSlider.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Draw the clipped portion
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorSlider.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Controls the actual drawing for this gradient slider control.
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorSlider.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Initiates slider dragging
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorSlider.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles slider dragging
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorSlider.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the mouse up situation
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorSlider.OnPositionChanging">
            <summary>
            Fires the Position Changing event while either slider is being dragged
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TwoColorSlider.OnPositionChanged">
            <summary>
            Fires the Position Changed event after sliders are released
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.TwoColorSlider.PositionChanging">
            <summary>
            Occurs as the user is adjusting the positions on either of the sliders
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.TwoColorSlider.PositionChanged">
            <summary>
            Occurs after the user has finished adjusting the positions of either of the sliders and has released control
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorSlider.Inverted">
            <summary>
            Gets or sets the inverted values.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorSlider.LeftHandle">
            <summary>
            Gets or sets the floating point position of the left slider.  This must range
            between 0 and 1, and to the left of the right slider, (therefore with a value lower than the right slider.)
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorSlider.LeftValue">
            <summary>
            The value represented by the left handle, taking into account
            whether or not the slider has been reversed.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorSlider.RightValue">
            <summary>
            The value represented by the right handle, taking into account
            whether or not the slider has been reversed.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorSlider.RightHandle">
            <summary>
            Gets or sets the floating point position of the right slider.  This must range
            between 0 and 1, and to the right of the left slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorSlider.MaximumColor">
            <summary>
            Gets or sets the color associated with the maximum value.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorSlider.Maximum">
            <summary>
            Gets or sets the maximum allowed value for the slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorSlider.Minimum">
            <summary>
            Gets or sets the minimum allowed value for the slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TwoColorSlider.MinimumColor">
            <summary>
            Gets or sets the color associated with the minimum color
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SymbologyFormsImages">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.add">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.ArrowDownGreen">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.calculator">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.color_scheme">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.delete">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.Disk">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.down">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.FolderOpen">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.info">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.mnuLayerAdd">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.mnuLayerClear">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.Pan">
            <summary>
              Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.redbluearrows">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.refresh">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.RunModel">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.script">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.Table_edit">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.up">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsImages.zoom">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.JoinDialog">
            <summary>
            JoinDialog
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.JoinDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.JoinDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.JoinDialog.#ctor(DotSpatial.Data.IFeatureSet)">
            <summary>
            Creates a new instance of JoinDialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.JoinDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.JoinDialog.Filename">
            <summary>
            Gets the fileName of the created shapefile.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.LabelAlignmentButton">
            <summary>
            LabelAlignmentButton
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentButton.#ctor">
            <summary>
            Creates a new instance of LabelAlignmentButton
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentButton.#ctor(System.Drawing.Rectangle,System.Drawing.Color)">
            <summary>
            Creates a new instance of the button with the specified rectangle as the bounds.
            </summary>
            <param name="bounds">The bounds relative to the parent client</param>
            <param name="backColor">The background color</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentButton.Draw(System.Drawing.Graphics)">
            <summary>
            Instructs this button to draw itself.
            </summary>
            <param name="g">The graphics surface to draw to.</param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LabelAlignmentButton.Bounds">
            <summary>
            Gets or sets the bounds for this button.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LabelAlignmentButton.BackColor">
            <summary>
            Gets or sets the color used as the background color.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LabelAlignmentButton.Highlighted">
            <summary>
            Boolean, true if this button is currently highlighted (mouse over)
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LabelAlignmentButton.Selected">
            <summary>
            Boolean, true if this button is currently selected
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.LabelAlignmentControl">
            <summary>
            LabelAlignmentControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentControl.#ctor">
            <summary>
            Creates a new instance of LabelAlignmentControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentControl.OnValueChanged(System.Object,System.EventArgs)">
            <summary>
            Occurs when the value is changed and fires the ValueChanged event
            </summary>
            <param name="sender"></param>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LabelAlignmentControl.Value">
            <summary>
            Gets or sets the actual value currently being represented in the control.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.LabelAlignmentControl.ValueChanged">
            <summary>
            Occurs after the drop-down has been used to select a value.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.LabelAlignmentPicker">
            <summary>
            LabelAlignmentControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentPicker.#ctor">
            <summary>
            Creates a new instance of LabelAlignmentControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentPicker.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Prevent flicker
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentPicker.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Custom drawing
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentPicker.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Handles the actual drawing for this control.
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentPicker.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            A mouse up event will alter the button that is currently selected
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentPicker.OnValueChanged(DotSpatial.Symbology.Forms.LabelAlignmentButton)">
            <summary>
            Fires the Value Changed event
            </summary>
            <param name="sender"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentPicker.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles mouse movements that highlight internal buttons
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelAlignmentPicker.OnResize(System.EventArgs)">
            <summary>
            Occurs when this is resized
            </summary>
            <param name="e"></param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.LabelAlignmentPicker.ValueChanged">
            <summary>
            Occurs when the value has changed
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LabelAlignmentPicker.Value">
            <summary>
            Gets the content alignment for this control
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LabelAlignmentPicker.Padding">
            <summary>
            Gets an integer value representing how much to separate the
            interior region of the buttons.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.LabelSetup">
            <summary>
            frmLabelSetup
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.LabelSetup.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelSetup.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelSetup.#ctor">
            <summary>
            Creates a new instance of frmLabelSetup
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelSetup.OnClosing(System.ComponentModel.CancelEventArgs)">
            <summary>
            Occurs when the form is closing to prevent it from being disposed.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelSetup.OnChangesApplied">
            <summary>
            Fires the ChangesApplied event.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelSetup.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelSetup.UpdatePreview">
            <summary>
            Updates any content that visually displays the currently selected characteristics.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LabelSetup.UpdateLayer">
            <summary>
            When the layer is updated or configured, this updates the data Table aspects if possible.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.LabelSetup.ChangesApplied">
            <summary>
            Occurs after the Apply button has been pressed
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LabelSetup.Layer">
            <summary>
            Gets or sets the layer to use for defining this dialog
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.LineJoinControl">
            <summary>
            LineJoinControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineJoinControl.#ctor">
            <summary>
            Creates a new instance of LineJoinControl
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineJoinControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineJoinControl.OnValueChanged">
            <summary>
            Fires the on value changed event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.LineJoinControl.ValueChanged">
            <summary>
            Occurs when one of the radio buttons is clicked, changing the current value.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LineJoinControl.Text">
            <summary>
            Gets or sets the string text
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.LineJoinControl.Value">
            <summary>
            Gets or sets the current line join type shown by the control.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.LineSchemePropertyGridEditor">
            <summary>
            PropertyGridEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineSchemePropertyGridEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            This should launch an open file dialog instead of the usual thing.
            </summary>
            <param name="context">ITypeDescriptorContext</param>
            <param name="provider">IServiceProvider</param>
            <param name="value">The object being displayed</param>
            <returns>A new version of the object if the dialog was ok.</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineSchemePropertyGridEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Either allows the editor to work or else nips it in the butt
            </summary>
            <param name="context">ITypeDescriptorContext</param>
            <returns>UITypeEditorEditStyle</returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.LineSymbolizerEditor">
            <summary>
            LineSymbolizerEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineSymbolizerEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            Launches a form for editing the line symbolizer
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineSymbolizerEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Indicates to launch a form, rather than using a drop-down edit style
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.AttributeCalculator_FactGreaterThanZero">
            <summary>
              Looks up a localized string similar to Factorial value should be grater than 0.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.AttributeCalculator_IncompatibleDestinationField">
            <summary>
              Looks up a localized string similar to The destination field data type is incompatible (double or string or integer).
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.AttributeCalculator_NonStandardFunction">
            <summary>
              Looks up a localized string similar to The function name was not recognized as one of the standard function names..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.AttributeCalculator_ParameterInvalid">
            <summary>
              Looks up a localized string similar to The parameter is invalid.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.AttributeCalculator_RootNthRootIncorrect">
            <summary>
              Looks up a localized string similar to The root n-th root is incorrect.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.AttributeCalculator_TooManyClosingBrackets">
            <summary>
              Looks up a localized string similar to There were too many closing brackets in the string expression..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.DoubleBox_DoubleError">
            <summary>
              Looks up a localized string similar to The value entered could not be correctly parsed into a valid double precision floating point value..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.DoubleBox_DoubleHelp">
            <summary>
              Looks up a localized string similar to Enter a double precision floating point value..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.ExportFeature_FeaturesAll">
            <summary>
              Looks up a localized string similar to All Features.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.ExportFeature_FeaturesExtent">
            <summary>
              Looks up a localized string similar to All Features in View Extent.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.ExportFeature_FeaturesSelected">
            <summary>
              Looks up a localized string similar to Selected features.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.FeatureCategoryControl_CustomOnly">
            <summary>
              Looks up a localized string similar to In order to specify a custom filter expression, the custom mode must be selected first..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.LabelSetup_Help1">
            <summary>
              Looks up a localized string similar to Each symbol group can define a separate string expression that includes attribute values.  Double click fields to add it to the expression..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.LabelSetup_Help2">
            <summary>
              Looks up a localized string similar to Use the Members tab to design a filter expression that restricts which features will be assigned to a specific label..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.LabelSetup_Help3">
            <summary>
              Looks up a localized string similar to Use the Expression Tab to design the text that should appear in a label.  Fields indicated with brackets will be substituted with real values..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.LabelSetup_Help4">
            <summary>
              Looks up a localized string similar to Each group can specify its own basic design characteristics..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.LabelSetup_Help5">
            <summary>
              Looks up a localized string similar to Each group can specify its advanced characteristics..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.LargeEditsNotSupported">
            <summary>
              Looks up a localized string similar to This feature is not yet supported for tables with more than 50, 000 rows..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_Confirm">
            <summary>
              Looks up a localized string similar to Confirm.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_CopyFid_Could_not_copy_FID">
            <summary>
              Looks up a localized string similar to Could not copy FID.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_CopyFid_Couldnt_find_field">
            <summary>
              Looks up a localized string similar to Could not find the field in the attribute Table colums.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_CouldNotExecuteQuery">
            <summary>
              Looks up a localized string similar to Could not execute the query..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_CouldNotFindReplace">
            <summary>
              Looks up a localized string similar to Could not find or replace items..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_DisplaySelectedRowNumberLable__of_">
            <summary>
              Looks up a localized string similar to  of .
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_DisplaySelectedRowNumberLable__Selected">
            <summary>
              Looks up a localized string similar to  Selected.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_EnterFindString">
            <summary>
              Looks up a localized string similar to Enter Find String.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_exportSelectedFeaturesToolStripMenuItem_Click_Shapefiles____shp_____SHP">
            <summary>
              Looks up a localized string similar to Shapefiles (*.shp) |*.shp.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_FieldImportFailed">
            <summary>
              Looks up a localized string similar to Could not import column fields..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_Find">
            <summary>
              Looks up a localized string similar to Find.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_ImportFieldsFromDbf_Could_not_import_column_fields">
            <summary>
              Looks up a localized string similar to Could not import column fields.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_ImportFieldsFromDbf_DBase_Files____dbf____DBF">
            <summary>
              Looks up a localized string similar to DBase Files (*.dbf)|*.dbf.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_NewFieldFail">
            <summary>
              Looks up a localized string similar to Could not create new field.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_NoMatch">
            <summary>
              Looks up a localized string similar to None of the rows contain a value that matches the specified value..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_RemoveFields">
            <summary>
              Looks up a localized string similar to Are you sure you want to remove the fields?.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_removeFieldToolStripMenuItem_Click_Column_edits_are_not_yet_supported_for_datasets_with_more_than_50_000_attributes">
            <summary>
              Looks up a localized string similar to Column edits are not yet supported for datasets with more than 50, 000 attributes.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_renameFieldToolStripMenuItem_Click_This_feature_is_not_yet_supported_for_datasets_with_larger_than_50_000_rows_">
            <summary>
              Looks up a localized string similar to This feature is not yet supported for datasets with larger than 50, 000 rows..
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_ReplaceString_Unfamilar_data_type_to_replace">
            <summary>
              Looks up a localized string similar to Unfamilar data type to replace.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_Row">
            <summary>
              Looks up a localized string similar to row.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_RowPlural">
            <summary>
              Looks up a localized string similar to rows.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_SaveEdits_Unable_to_save_edits__">
            <summary>
              Looks up a localized string similar to Unable to save edits. .
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_SelectedRowCountPluralization">
            <summary>
              Looks up a localized string similar to s.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyFormsMessageStrings.TableEditorControl_SelectedRowCountStringFormat">
            <summary>
              Looks up a localized string similar to {0} of {1} selected..
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.OpacityEditor">
            <summary>
            OpacityEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.OpacityEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            Edits the value by showing a slider control in the drop down.
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.OpacityEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Sets the behavior to drop-down
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.OpacityEditor.IsDropDownResizable">
            <summary>
            Ensures that we can widen the drop-down without having to close the drop down,
            widen the control, and re-open it again.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.OpenFileEditor">
            <summary>
            UIOpenFileEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.OpenFileEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            This should launch an open file dialog instead of the usual thing.
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.OpenFileEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Either allows the editor to work or else nips it in the butt
            </summary>
            <param name="context">ITypeDescriptorContext</param>
            <returns>UITypeEditorEditStyle</returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.OutlineControl">
            <summary>
            A collection of controls that are specifically designed to work with the outline on a polygon.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.OutlineControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.OutlineControl.#ctor">
            <summary>
            Creates a new, blank instanceo of the outline control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.OutlineControl.#ctor(DotSpatial.Symbology.IPattern)">
            <summary>
            Creates an outline control that uses the specified pattern to define its configuration.
            </summary>
            <param name="pattern">The pattern that will be modified during changes.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.OutlineControl.#ctor(DotSpatial.Symbology.IPattern,DotSpatial.Symbology.IPattern)">
            <summary>
            Creates an outline control that uses the specified pattern to define its configuration.
            </summary>
            <param name="original">When apply changes are clicked, the map will be updated when these changes are copied over.</param>
            <param name="display">The pattern that will be modified during changes.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.OutlineControl.OnOutlineChanged">
            <summary>
            Fires the OutlineChanged event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.OutlineControl.OnChangesApplied">
            <summary>
            Fires the OutlineChanged event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.OutlineControl.OutlineChanged">
            <summary>
            Occurs when any of the symbolic aspects of this control are changed.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.OutlineControl.ChangesApplied">
            <summary>
            Occurs specifically when changes are applied from the line symbolizer editor
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.OutlineControl.Pattern">
            <summary>
            Gets or sets the pattern for this control
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.PointFConverter">
            <summary>
            PointFConverter
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PointFConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
            <summary>
            Boolean, true if the source type is a string
            </summary>
            <param name="context"></param>
            <param name="sourceType"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PointFConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
            <summary>
            Converts the specified string into a PointF
            </summary>
            <param name="context"></param>
            <param name="culture"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PointFConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
            <summary>
            Converts the PointF into a string
            </summary>
            <param name="context"></param>
            <param name="culture"></param>
            <param name="value"></param>
            <param name="destinationType"></param>
            <returns></returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.PointSchemePropertyGridEditor">
            <summary>
            PropertyGridEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PointSchemePropertyGridEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            This should launch an open file dialog instead of the usual thing.
            </summary>
            <param name="context">ITypeDescriptorContext</param>
            <param name="provider">IServiceProvider</param>
            <param name="value">The object being displayed</param>
            <returns>A new version of the object if the dialog was ok.</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PointSchemePropertyGridEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Either allows the editor to work or else nips it in the butt
            </summary>
            <param name="context">ITypeDescriptorContext</param>
            <returns>UITypeEditorEditStyle</returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.PointSymbolizerEditor">
            <summary>
            LineSymbolizerEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PointSymbolizerEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            Launches a form for editing the line symbolizer
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PointSymbolizerEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Specifies that this should open a form and work using a modal behavior.
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.PolygonSchemePropertyGridEditor">
            <summary>
            PropertyGridEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PolygonSchemePropertyGridEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            This should launch an open file dialog instead of the usual thing.
            </summary>
            <param name="context">ITypeDescriptorContext</param>
            <param name="provider">IServiceProvider</param>
            <param name="value">The object being displayed</param>
            <returns>A new version of the object if the dialog was ok.</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PolygonSchemePropertyGridEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Either allows the editor to work or else nips it in the butt
            </summary>
            <param name="context">ITypeDescriptorContext</param>
            <returns>UITypeEditorEditStyle</returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.PolygonSymbolizerEditor">
            <summary>
            LineSymbolizerEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PolygonSymbolizerEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            Launches a form for editing the line symbolizer
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PolygonSymbolizerEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Indicates to launch a form, rather than using a drop-down edit style
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl">
            <summary>
            This control shows a list of predefined symbols with their names and preview.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.#ctor">
            <summary>
            Creates a new instance of the predefined symbol control.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.#ctor(DotSpatial.Symbology.CustomLineSymbolProvider)">
            <summary>
            Creates a new instance of the predefined symbol control that uses the specific symbol provider
            </summary>
            <param name="prov">The provider class that is used to retrieve the predefined custom symbols from
            the XML file or another data source</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.#ctor(System.Windows.Forms.Design.IWindowsFormsEditorService,System.Collections.Generic.List{DotSpatial.Symbology.CustomLineSymbolizer})">
            <summary>
            Creates a new instance of a Predefined symbol control designed to display a list of specific symbolizer
            </summary>
            <param name="editorService"></param>
            <param name="symbols"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.AddSymbolizer(DotSpatial.Symbology.CustomLineSymbolizer)">
            <summary>
            Adds a new symbolizer to the control. The added symbolizer will be selected
            by default
            </summary>
            <param name="newSymbolizer">The added custom symbolizer</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.ContainsSymbolizer(DotSpatial.Symbology.ILineSymbolizer)">
            <summary>
            Checks if the control contains the specified symbolizer
            </summary>
            <param name="symbolizer">the line symbolizer to be checked</param>
            <returns>true if found, false otherwise</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.Save(System.String)">
            <summary>
            Saves the list of symbolizers to a file using serialization
            (not yet implemented)
            </summary>
            <param name="fileName"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.Load(System.String)">
            <summary>
            Loads the list of symbolizers from the serialized file
            (not yet implemented)
            </summary>
            <param name="fileName">The file name from which to load</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the situation where a mouse up should show a magnified version of the character.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.OnSymbolSelected">
            <summary>
            Fires the SymbolSelected event args, and closes a drop down editor if it exists.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.OnInitialize(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Takes place when the control is initialized or invalidated
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.OnResize(System.EventArgs)">
            <summary>
            Occurs whenever this control is resized, and forces invalidation of the entire control because
            we are completely changing how the paging works.
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.DrawSymbolizer(System.Drawing.Graphics,System.Drawing.Rectangle,DotSpatial.Symbology.ICustomSymbolizer)">
            <summary>
            Draws a symbolizer inside the specified rectangle including margins
            </summary>
            <param name="g">The graphics device to draw to</param>
            <param name="rect">The Rectangle describing where to draw</param>
            <param name="sym">The IFeatureSymbolizer to draw</param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.SymbolSelected">
            <summary>
            Occurs when a symbol is selected
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.CellSize">
            <summary>
            Gets or sets the cell size in pixels.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.CellMargin">
            <summary>
            Gets or sets the margin of each symbolizer preview cell in pixels
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.DocumentRectangle">
            <summary>
            Overrides underlying behavior to hide it in the properties list for this control from serialization
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.SymbolizerList">
            <summary>
            Gets the list of custom symbolizers displayed in this control
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.DefaultCategoryFilter">
            <summary>
            When the 'Category Filter' is set to this value then
            all available custom symbols are displayed
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.ShowSymbolNames">
            <summary>
            Indicates whether the custom symbolizer names should be shown
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.TextFont">
            <summary>
            Gets or sets the font to use for the text that describes the predifined symbol control
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.DynamicColumns">
            <summary>
            Gets or sets a boolean that, if true, indicates that this form should restructure the columns
            as it is resized so that all the columns are visible.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.IsSelected">
            <summary>
            Gets or sets whether or not a feature symbolizer is selected
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.SelectedIndex">
            <summary>
            Gets or sets the index of the selected symbolizer item
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.NumColumns">
            <summary>
            Gets or sets the number of columns
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.NumRows">
            <summary>
            Gets the number of rows, which is controlled by having to show 256 cells
            in the given number of columns.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.SelectionBackColor">
            <summary>
            Gets or sets the background color for the selection
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.SelectionForeColor">
            <summary>
            The Font Color for the selection
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.SelectedSymbolizer">
            <summary>
            Gets or sets the selected symbolizer
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PredefinedLineSymbolControl.CategoryFilter">
            <summary>
            The category of symbol displayed in the control
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SymbolPreview">
            <summary>
            This component displays the preview of a feature symbolizer
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolPreview.#ctor">
            <summary>
            Creates a new instance of SymbolPreview control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolPreview.UpdatePreview(DotSpatial.Symbology.IFeatureSymbolizer)">
            <summary>
            Updates the preview display using the specified symbolizer
            </summary>
            <param name="symbolizer">The symbolizer displayed in the preview</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolPreview.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Cancels the on paint background event to prevent flicker
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolPreview.OnPaint(System.Windows.Forms.PaintEventArgs)">
             <summary>
            
             </summary>
             <param name="e"></param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolPreview.Symbolizer">
            <summary>
            The feature symbolizer displayed in the preview
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ProgressCancelDialog">
            <summary>
            ProgressCancelDialog
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.ProgressCancelDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ProgressCancelDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ProgressCancelDialog.#ctor">
            <summary>
            Creates a new instance of ProgressCancelDialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ProgressCancelDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ProgressCancelDialog.Progress(System.String,System.Int32,System.String)">
            <inheritdoc />
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ProgressCancelDialog.Cancel">
            <inheritdoc />
        </member>
        <member name="E:DotSpatial.Symbology.Forms.ProgressCancelDialog.Cancelled">
            <summary>
            Fires the canceled event.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.PropertyDialog">
            <summary>
            A Dialog that can be useful for showing properties
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PropertyDialog.#ctor">
            <summary>
            This creates a new instance of the Dialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PropertyDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PropertyDialog.OnChangesApplied">
            <summary>
            Fires the ChangesApplied event.  If an original object IDescriptor has been set,
            then this directly handles the update.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PropertyDialog.OriginalObject">
            <summary>
            An original object place holder to allow outside handlers, but still track
            the object and its copy in a tightly correlated way.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PropertyDialog.PropertyGrid">
            <summary>
            This provides access to the property grid on this dialog
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.PropertyDialog.ChangesApplied">
            <summary>
            This event occurs when someone presses the apply button
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.PropertyDialogProvider">
            <summary>
            PropertyDialogProvider
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PropertyDialogProvider.ShowDialog(System.Object)">
            <summary>
            Shows a PropertyGrid Dialog and uses the specified object as the edit copy.
            </summary>
            <param name="editCopy"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PropertyDialogProvider.OnChangesApplied(System.Object)">
            <summary>
            Fires a the ChangesApplied event
            </summary>
            <param name="changedItem"></param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.PropertyDialogProvider.ChangesApplied">
            <summary>
            Fires an event signifying that the item has been updated
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.PropertyDialogProvider.ChangeItem">
            <summary>
            Gets the item that was changed by this operation.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.PropertyGridEditor">
            <summary>
            PropertyGridEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PropertyGridEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            This should launch an open file dialog instead of the usual thing.
            </summary>
            <param name="context">ITypeDescriptorContext</param>
            <param name="provider">IServiceProvider</param>
            <param name="value">The object being displayed</param>
            <returns>A new version of the object if the dialog was ok.</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.PropertyGridEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Either allows the editor to work or else nips it in the butt
            </summary>
            <param name="context">ITypeDescriptorContext</param>
            <returns>UITypeEditorEditStyle</returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.RampSlider">
            <summary>
            RampSlider
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.#ctor">
            <summary>
            Creates a new instance of RampSlider
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Does the actual drawing in client coordinates
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnDrawTicks(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws the tick marks on this slider
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnDrawRampText(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws the text that appears inside the ramp.
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnDrawRamp(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws the ramp itself.
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnDrawSlider(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws the slider itself in client coordinates
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnDrawText(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Draws the text for Minimum and Maximum
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Fires the MouseDown event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the Mouse up scenario to stop dragging
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnValueChanged">
            <summary>
            Fires the Value Changed event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the dragging code
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Prevent flicker
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Draw the clipped portion
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RampSlider.OnResize(System.EventArgs)">
            <summary>
            Occurs on the resize event
            </summary>
            <param name="e"></param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.RampSlider.ValueChanged">
            <summary>
            Occurs when the slider has been controlled to alter the value.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.ColorButton">
            <summary>
            Gets or sets a color button.  In this case, the ramp slider will display the opacity range for
            the color specified by the color button.  The color button may become transparent, but the
            opacity range will always show transparent to opaque, matching the RGB signature of the color
            from the color button.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.FlipRamp">
            <summary>
            Gets or sets a boolean indicating whether the minimum and maximum should exchange places
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.InvertRamp">
            <summary>
            Gets or sets a boolean that represents whether to mirror the shape of the ramp.
            If the ramp is horizontal, this will change whether the top or the bottom of the
            ramp changes.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.FlipText">
            <summary>
            Gets or sets a value indicating whether to draw any labeled values on the opposite side of the ramp.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.Maximum">
            <summary>
            Gets or sets the maximum value of this slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.MaximumColor">
            <summary>
            Gets or sets the color at the maximum of the ramp
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.Minimum">
            <summary>
            Gets or sets the minimum allowed value, and therefore the minimum position of the slider.
            If this is set above value or maximum, those values will be set equal to this value.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.MinimumColor">
            <summary>
            Gets or sets the color of the minimum of the ramp.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.NumberFormat">
            <summary>
            Gets or sets the Number format to use for the min, max and value.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.Orientation">
            <summary>
            Gets or sets whether the ramp and text should be organized horizontally or vertically.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.RampRadius">
            <summary>
            Gets or sets the numeric radius that controls the rounding on the ramp.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.RampText">
            <summary>
            Gets or sets the text that appears behind the ramp, if any.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.RampTextBehindRamp">
            <summary>
            Gets or sets a boolean that, if ture, will cause the text to be drawn behind the ramp instead of in front of the ramp.
            This can be useful if attempting to illustrate opacity by using some text.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.RampTextFont">
            <summary>
            Controls the actual text of the ramp
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.RampTextColor">
            <summary>
            Gets or sets the color of the text that appears in the ramp
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.RampTextAlignment">
            <summary>
            Gets or sets the positioning of ramp text in relative to the ramp itself.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.ShowMaximum">
            <summary>
            Gets or sets a boolean, that if true will label the maximum value.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.ShowMinimum">
            <summary>
            Gets or sets a boolean, that if true will label the minimum value.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.ShowValue">
            <summary>
            Gets or sets a boolean, that if true will label the chosen value.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.ShowTicks">
            <summary>
            Gets or sets a boolean indicating whether to draw tickmarks along the straight axis of the ramp.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.SliderColor">
            <summary>
            Gets or sets the basic color of the slider.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.SliderRadius">
            <summary>
            Gets or sets the numeric radius that controls the rounding on the ramp.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.TickColor">
            <summary>
            Gets or sets the color that will be used to draw the ticks.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.TickSpacing">
            <summary>
            Gets or sets the spacing to use for the ticks.  These will be drawn between
            the minimum and maximum values.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.RampSlider.Value">
            <summary>
            Gets or sets a value ranging from Min to Max.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.RasterColorSchemeEditor">
            <summary>
            RasterColorSchemeEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterColorSchemeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            This should launch a frmRasterSymbolizer
            </summary>
            <param name="context">ITypeDescriptorContext context</param>
            <param name="provider">IServiceProvider provider</param>
            <param name="value">object value</param>
            <returns>A new RasterSymbolizer</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.RasterColorSchemeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            This controls the editor style and sets up a backup copy of the symbolizer
            </summary>
            <param name="context">ITypeDescriptorContext</param>
            <returns>UITypeEditorEditStyle</returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.LayerDialog">
            <summary>
            This is a basic form which is displayed when the user double-clicks on a layer name
            in the legend
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LayerDialog.#ctor">
            <summary>
            Creates a new instance of LayerDialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LayerDialog.#ctor(DotSpatial.Symbology.ILayer,DotSpatial.Symbology.Forms.ICategoryControl)">
            <summary>
            Creates a new instance of LayerDialog form to display the symbology and
            other properties of the specified feature layer
            </summary>
            <param name="selectedLayer">the specified feature layer that is
            modified using this form</param>
            <param name="control">The control.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LayerDialog.ApplyChanges">
            <summary>
            Forces changes to be written from the copy symbology to
            the original, updating the map display.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LayerDialog.OnApplyChanges">
            <summary>
            Occurs during apply changes operations and is overrideable in subclasses
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.LayerDialog.ChangesApplied">
            <summary>
            Occurs when the apply changes situation forces the symbology to become updated.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.StrokesEditor">
            <summary>
            LineSymbolizerEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StrokesEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            Launches a form for editing the line symbolizer
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StrokesEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Specifies that a form will be used for editing (a Modal form behaves like a dialog)
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SymbologyProgressBar">
            <summary>
            mwProgressBar
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbologyProgressBar.#ctor">
            <summary>
            Initializes a new instance of the Symbology Progress Bar.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbologyProgressBar.Progress(System.String,System.Int32,System.String)">
            <summary>
            This method is thread safe so that people calling this method don't cause a cross-thread violation
            by updating the progress indicator from a different thread
            </summary>
            <param name="key">A string message with just a description of what is happening, but no percent completion information</param>
            <param name="percent">The integer percent from 0 to 100</param>
            <param name="message">A message</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbologyProgressBar.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Prevent flicker
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbologyProgressBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Controls the drawing of this bar.
            </summary>
            <param name="e">The PaintEventArgs for this paint action</param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyProgressBar.Message">
            <summary>
            Gets or sets the progress message.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyProgressBar.ShowMessage">
            <summary>
            Gets or sets a boolean indicating whether or not to draw the status message on the progress bar.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyProgressBar.FontColor">
            <summary>
            Gets or sets the font color.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SQLExpressionDialog">
            <summary>
            SQLExpressionDialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SQLExpressionDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SQLExpressionDialog.#ctor">
            <summary>
            Creates a new instance of CollectionPropertyGrid
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SQLExpressionDialog.OnApplyChanges">
            <summary>
            Fires the ChangesApplied event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SQLExpressionDialog.ChangesApplied">
            <summary>
            Occurs whenever the apply changes button is clicked, or else when the ok button is clicked.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SQLExpressionDialog.Expression">
            <summary>
            Gets or sets the string expression.  Setting this will set the initial
            text content in the dialog.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SQLExpressionDialog.Table">
            <summary>
            Gets or sets the DataTable that the expression dialog uses.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SQLExpressionDialog.AttributeSource">
            <summary>
            Gets or sets the Attribute source instead of the table
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SQLQueryControl">
            <summary>
            Creates a new instance of the SQLQueryControl
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.SQLQueryControl.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SQLQueryControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SQLQueryControl.#ctor">
            <summary>
            Creates a new instance of the control with no fields specified.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SQLQueryControl.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SQLQueryControl.ExpressionTextChanged">
            <summary>
            Occurs when the text in the expression textbox has changed.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SQLQueryControl.ExpressionText">
            <summary>
            Gets or sets the string expression text
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SQLQueryControl.Table">
            <summary>
            Gets or sets the data Table for this control. Setting this will
            automatically update the fields shown in the list.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SQLQueryControl.AttributeSource">
            <summary>
            Setting this is an alternative to specifying the table.  This allows the
            query control to build a query using pages of data instead of the whole
            table at once.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SQLQueryControl.Text">
            <summary>
            Gets or sets the string that appears in the filter text.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SymbologyStatusStrip">
            <summary>
            A pre-configured status strip with a thread safe Progress function
            </summary>
            <summary>
            The designer for the symbology status strip.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbologyStatusStrip.#ctor">
            <summary>
            Creates a new instance of the StatusStrip which has a built in, thread safe Progress handler
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbologyStatusStrip.Progress(System.String,System.Int32,System.String)">
            <summary>
            This method is thread safe so that people calling this method don't cause a cross-thread violation
            by updating the progress indicator from a different thread
            </summary>
            <param name="key">A string message with just a description of what is happening, but no percent completion information</param>
            <param name="percent">The integer percent from 0 to 100</param>
            <param name="message">A message</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbologyStatusStrip.OnItemAdded(System.Windows.Forms.ToolStripItemEventArgs)">
            <summary>
            Raises the <see cref="E:System.Windows.Forms.ToolStrip.ItemAdded"/> event.
            </summary>
            <param name="e">A <see cref="T:System.Windows.Forms.ToolStripItemEventArgs"/> that contains the event data.</param>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.SymbologyStatusStrip.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbologyStatusStrip.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbologyStatusStrip.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyStatusStrip.ProgressBar">
            <summary>
            Gets or sets the progress bar. By default, the first ToolStripProgressBar that is added to the tool strip.
            </summary>
            <value>
            The progress bar.
            </value>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyStatusStrip.ProgressLabel">
            <summary>
            Gets or sets the progress label. By default, the first ToolStripStatusLabel that is added to the tool strip.
            </summary>
            <value>
            The progress label.
            </value>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.BreakSlider">
            <summary>
            BreakSlider
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSlider.#ctor(System.Drawing.Rectangle,System.Double,System.Double,DotSpatial.Symbology.Forms.ColorRange)">
            <summary>
            Creates a new instance of BreakSlider
            </summary>
            <param name="graphBounds">The bounds of the graph to draw in relative to the control.</param>
            <param name="minimum">The minimum value currently in view</param>
            <param name="maximum">The maximum value currently in view</param>
            <param name="range">The color range to connect to this slider.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSlider.CompareTo(DotSpatial.Symbology.Forms.BreakSlider)">
            <summary>
            Compares this value to the other value.
            </summary>
            <param name="other"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSlider.Setup(System.Drawing.Rectangle,System.Double,System.Double)">
            <summary>
            This sets the values for the parental bounds, as well as the double
            values for the maximum and minimum values visible on the graph.
            </summary>
            <param name="graphBounds"></param>
            <param name="min"></param>
            <param name="max"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSlider.Draw(System.Drawing.Graphics)">
            <summary>
            Causes this slider to draw itself to the specified graphics surface.
            </summary>
            <param name="g"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSlider.OnDraw(System.Drawing.Graphics)">
            <summary>
            Custom drawing
            </summary>
            <param name="g">The Graphics surface to draw to</param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSlider.Range">
            <summary>
            Gets or sets the color range that this break is the maximum value for.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSlider.HandleBounds">
            <summary>
            Gets the bounds of the handle that extends above the graph
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSlider.Bounds">
            <summary>
            Gets a bounding rectangle in coordinates relative to the parent
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSlider.Category">
            <summary>
            Gets or sets the category that has a maximum value equal to this break.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSlider.Color">
            <summary>
            Gets or sets the color of this slider
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSlider.Count">
            <summary>
            Gets or sets the integer count representing the number of members in the class.
            (Technically represented left of the line.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSlider.NextCategory">
            <summary>
            Gets or sets the next category, which should have a minimum corresponding to this break.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSlider.Position">
            <summary>
            Gets or sets the position of this slider
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSlider.Selected">
            <summary>
            Gets or sets whether or not this slider is selected.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSlider.SelectColor">
            <summary>
            Gets or sets the selected color
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSlider.Value">
            <summary>
            Gets or sets the double value where this break should occur.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.BreakSliderEventArgs">
            <summary>
            BreakSliderEventArgs
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderEventArgs.#ctor(DotSpatial.Symbology.Forms.BreakSlider)">
            <summary>
            Creates a new instance of BreakSliderEventArgs
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderEventArgs.Slider">
            <summary>
            Gets or sets the protected break slider
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.BreakSliderGraph">
            <summary>
            BreakSliderGraph
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.ResetExtents">
            <summary>
            Given a scheme, this resets the graph extents to the statistical bounds.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.UpdateRasterBreaks">
             <summary>
            
             </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.UpdateBreaks">
            <summary>
            Given a scheme, this will build the break list to match approximately.  This does not
            force the interval method to build a new scheme.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.OnStatisticsUpdated">
            <summary>
            Fires the statistics updated event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.OnSliderSelected(DotSpatial.Symbology.Forms.BreakSlider)">
            <summary>
            Fires the SliderSelected event
            </summary>
            <param name="slider"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.Dispose(System.Boolean)">
            <summary>
            Handles disposing to release unmanaged memory
            </summary>
            <param name="disposing"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.#ctor">
            <summary>
            Creates a new instance of BreakSliderGraph
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.ZoomToCategoryRange">
            <summary>
            Zooms so that the minimum is the minimum of the lowest category or else the
            minimum of the extents, and the maximum is the maximum of the largest category
            or else the maximum of the statistics.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.ResetBreaks(DotSpatial.Data.ICancelProgressHandler)">
            <summary>
            resets the breaks using the current settings, and generates a new set of
            categories using the given interval method.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.SelectBreak(DotSpatial.Symbology.Forms.BreakSlider)">
            <summary>
            Selects one of the specific breaks.
            </summary>
            <param name="slider"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.OnResize(System.EventArgs)">
            <summary>
            occurs during a resize
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.DoMouseWheel(System.Int32,System.Single)">
            <summary>
            When the mouse wheel event occurs, this forwards the event to this contro.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Occurs when the mose down occurs
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.OnSliderMoving">
            <summary>
            Occurs when the slider moves
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the mouse move event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the mouse up event
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.UpdateCategory(DotSpatial.Symbology.Forms.BreakSlider)">
            <summary>
            Given a break slider's new position, this will update the category related to that
            break.
            </summary>
            <param name="slider"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.GetBreakAt(System.Drawing.Point)">
            <summary>
            Returns the BreakSlider that corresponds to the specified mouse position, where
            the actual handle and divider represent the maximum of that range.
            </summary>
            <param name="location">The location, which can be anywhere to the left of the slider but to the
            right of any other sliders.</param>
            <returns>The BreakSlider that covers the range that contains the location, or null.</returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.OnSliderMoved">
            <summary>
            Fires the slider moved event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Occurs during drawing
            </summary>
            <param name="g"></param>
            <param name="clip"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            prevents flicker by preventing the white background being drawn here
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.BreakSliderGraph.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Custom drawing
            </summary>
            <param name="e"></param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.BreakSliderGraph.SliderMoving">
            <summary>
            Occurs when manual break sliding begins so that the mode can be
            switched to manual, rather than showing equal breaks or something.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.BreakSliderGraph.SliderSelected">
            <summary>
            Occurs when a click in a range changes the slider that is selected.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.BreakSliderGraph.SliderMoved">
            <summary>
            Occurs after the slider has been completely repositioned.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.BreakSliderGraph.StatisticsUpdated">
            <summary>
            Occurs after the statistics have been re-calculated.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.AttributeSource">
            <summary>
            Gets or sets the attribute source.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.BorderStyle">
            <summary>
            Gets or sets the border style for this control
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.Breaks">
            <summary>
            Gets the list of breaks that are currently part of this graph.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.BreakColor">
            <summary>
            Gets or sets the color to use for the moveable breaks.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.BreakSelectedColor">
            <summary>
            Gets or sets the color to use when a break is selected
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.FontColor">
            <summary>
            Gets or sets the font color
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.NumColumns">
            <summary>
            Gets or sets the number of columns.  Setting this will recalculate the bins.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.IntervalMethod">
            <summary>
            The method to use when breaks are calculated or reset
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.ShowMean">
            <summary>
            Boolean, if this is true, the mean will be shown as a blue dotted line.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.ShowStandardDeviation">
            <summary>
            Boolean, if this is true, the integral standard deviations from the mean will be drawn
            as red dotted lines.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.Table">
            <summary>
            Gets or sets the data Table for which the statistics should be applied
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.Title">
            <summary>
            Gets or sets the title of the graph.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.TitleColor">
            <summary>
            Gets or sets the color to use for the graph title
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.TitleFont">
            <summary>
            Gets or sets the font to use for the graph title
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.Fieldname">
            <summary>
            Gets or sets the string field name
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.NormalizationField">
            <summary>
            Gets or sets the string normalization field
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.MinHeight">
            <summary>
            Very small counts frequently dissappear next to big counts.  One strategey is to use a
            minimum height, so that the difference between 0 and 1 is magnified on the columns.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.MaximumSampleSize">
            <summary>
            Gets or sets the maximum sample size to use when calculating statistics.
            The default is 10000.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.Statistics">
            <summary>
            Gets the statistics that have been currently calculated for this graph.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.Scheme">
            <summary>
            Gets or sets the scheme that is currently being used to symbolize the values.
            Setting this automatically updates the graph extents to the statistical bounds
            of the scheme.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.RasterLayer">
            <summary>
            Gets or sets the raster layer.  This will also force this control to use
            the raster for calculations, rather than the dataset.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.BreakSliderGraph.LogY">
            <summary>
            Gets or sets a boolean that indicates whether or not count values should be drawn with
            heights that are proportional to the logarithm of the count, instead of the count itself.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.StatisticalEventArgs">
            <summary>
            StatisticalEventArgs
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StatisticalEventArgs.#ctor(DotSpatial.Symbology.Statistics)">
            <summary>
            Creates a new instance of StatisticalEventArgs
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.StatisticalEventArgs.Statistics">
            <summary>
            Gets the set of statistics related to this event.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SymbologyEventManager">
            <summary>
            This class is the System.Windows.Forms interpretor of symbology events being fired.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbologyEventManager.#ctor">
            <summary>
            The symbology event manager.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyEventManager.Owner">
            <summary>
            Allows setting the owner for any dialogs that need to be launched.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyEventManager.ColorCategoryActions">
            <summary>
            Gets or sets the custom actions for ColorCategory
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyEventManager.FeatureLayerActions">
            <summary>
            Gets or sets the custom actions for FeatureLayer
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyEventManager.RasterLayerActions">
            <summary>
            Gets or sets the custom actions for RasterLayer
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyEventManager.ImageLayerActions">
            <summary>
            Gets or sets the actions for ImageLayers
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbologyEventManager.LayerActions">
            <summary>
            Gets or sets the custom actions for Layer
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DetailedLineSymbolControl">
            <summary>
            DetailedLineSymbolDialog
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.#ctor">
            <summary>
            Creates a new instance of DetailedLineSymbolDialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.#ctor(DotSpatial.Symbology.ILineSymbolizer)">
            <summary>
            Creates a new Detailed Line Symbol Dialog that displays a copy of the original,
            and when apply changes is pressed, will copy properties to the original.
            </summary>
            <param name="original">The current symbolizer being viewed on the map</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.#ctor(DotSpatial.Symbology.ILineSymbolizer,DotSpatial.Symbology.ILineSymbolizer)">
            <summary>
            This constructor shows a different symbolizer in the view from what is currently loaded on the map.
            If apply changes is clicked, the properties of the current symbolizer will be copied to the original.
            </summary>
            <param name="original">The symbolizer on the map</param>
            <param name="displayed">The symbolizer that defines the form setup</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.UpdateOpacity(System.Single)">
            <summary>
            Updates the opacity of the simple/cartographic stroke
            </summary>
            <param name="value">THe floating point value to use for the opacity, where 0 is transparent and 1 is opaque</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.Initialize(DotSpatial.Symbology.ILineSymbolizer)">
            <summary>
            Initializes the control by updating the symbolizer
            </summary>
            <param name="original"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.UpdateStrokeControls">
            <summary>
            When the stroke is changed, this updates the controls to match it.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.ApplyChanges">
            <summary>
            Forces the original to apply the changes to the new control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.OnAddToCustomSymbols">
            <summary>
            Fires the AddtoCustomSymbols event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.OnApplyChanges">
            <summary>
            Fires the ChangesApplied event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.ChangesApplied">
            <summary>
            Fires an event indicating that changes should be applied.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.AddToCustomSymbols">
            <summary>
            Occurs when the user clicks the AddToCustomSymbols button
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DetailedLineSymbolControl.Symbolizer">
            <summary>
            Gets the current (copied) symbolizer or initializes this control to work with the
            specified symbolizer as the original.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DetailedLineSymbolDialog">
            <summary>
            DetailedLineSymbolDialog
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.DetailedLineSymbolDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolDialog.#ctor">
            <summary>
            Creates a new instance of CollectionPropertyGrid
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolDialog.#ctor(DotSpatial.Symbology.ILineSymbolizer)">
            <summary>
            Creates a new line symbol dialog where only the original is specified and the
            duplicate is created.
            </summary>
            <param name="original"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedLineSymbolDialog.OnApplyChanges">
            <summary>
            Fires the ChangesApplied event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DetailedLineSymbolDialog.ChangesApplied">
            <summary>
            Occurs whenever the apply changes button is clicked, or else when the ok button is clicked.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DetailedLineSymbolDialog.Symbolizer">
            <summary>
            Gets or sets the symbolizer being used by this control.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DetailedPointSymbolControl">
            <summary>
            DetailedPointSymbolDialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPointSymbolControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPointSymbolControl.#ctor">
            <summary>
            Creates a new instance of CollectionPropertyGrid
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPointSymbolControl.#ctor(DotSpatial.Symbology.IPointSymbolizer)">
            <summary>
            Creates a new DetailedPointSymbolDialog that will update the specified original symbol
            by copying the new aspects to it only if the Apply Changes, or Ok buttons are used.
            </summary>
            <param name="original">The original IPointSymbolizer to modify.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPointSymbolControl.Initialize(DotSpatial.Symbology.IPointSymbolizer)">
            <summary>
            Resets the existing control with the new symbolizer
            </summary>
            <param name="original"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPointSymbolControl.ApplyChanges">
            <summary>
            Applies the specified changes
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPointSymbolControl.OnApplyChanges">
            <summary>
            Fires the ChangesApplied event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPointSymbolControl.OnAddToCustomSymbols">
            <summary>
            Fires the AddtoCustomSymbols event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DetailedPointSymbolControl.ChangesApplied">
            <summary>
            Occurs whenever the apply changes button is clicked, or else when the ok button is clicked.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DetailedPointSymbolControl.AddToCustomSymbols">
            <summary>
            Occurs when the add to custom symbols button is pressed.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DetailedPointSymbolControl.Symbolizer">
            <summary>
            Gets the current (copied) symbolizer or initializes this control to work with the
            specified symbolizer as the original.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DetailedPointSymbolDialog">
            <summary>
            DetailedPointSymbolDialog
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.DetailedPointSymbolDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPointSymbolDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPointSymbolDialog.#ctor">
            <summary>
            Creates a new instance of CollectionPropertyGrid
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPointSymbolDialog.#ctor(DotSpatial.Symbology.IPointSymbolizer)">
             <summary>
            
             </summary>
             <param name="original"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPointSymbolDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPointSymbolDialog.OnApplyChanges">
            <summary>
            Fires the ChangesApplied event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DetailedPointSymbolDialog.ChangesApplied">
            <summary>
            Occurs whenever the apply changes button is clicked, or else when the ok button is clicked.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DetailedPointSymbolDialog.Symbolizer">
            <summary>
            Gets or sets the symbolizer being used by this control.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DetailedPolygonSymbolControl">
            <summary>
            DetailedPolygonSymbolDialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPolygonSymbolControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPolygonSymbolControl.#ctor">
            <summary>
            Creates a new instance of CollectionPropertyGrid
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPolygonSymbolControl.#ctor(DotSpatial.Symbology.IPolygonSymbolizer)">
            <summary>
            Creates a new dialog where the properties displayed on the form are a duplicate of the original properties,
            and those properties will be copied back to the original on an apply changes or an ok click.
            </summary>
            <param name="original"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPolygonSymbolControl.Initialize(DotSpatial.Symbology.IPolygonSymbolizer)">
            <summary>
            Assigns the original symbolizer to this control
            </summary>
            <param name="original">The polygon symbolizer to modify.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPolygonSymbolControl.ApplyChanges">
            <summary>
            Forces the current settings to be written back to the original symbolizer
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPolygonSymbolControl.OnApplyChanges">
            <summary>
            Fires the ChangesApplied event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPolygonSymbolControl.OnAddToCustomSymbols">
            <summary>
            Fires the AddToCustomSymbols event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DetailedPolygonSymbolControl.ChangesApplied">
            <summary>
            Occurs whenever the apply changes button is clicked, or else when the ok button is clicked.
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DetailedPolygonSymbolControl.AddToCustomSymbols">
            <summary>
            Occurs when the the Add To Custom Symbols button is clicked
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DetailedPolygonSymbolControl.Symbolizer">
            <summary>
            Gets the current (copied) symbolizer or initializes this control to work with the
            specified symbolizer as the original.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.DetailedPolygonSymbolDialog">
            <summary>
            DetailedPolygonSymbolDialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPolygonSymbolDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPolygonSymbolDialog.#ctor">
            <summary>
            Creates a new instance of CollectionPropertyGrid
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPolygonSymbolDialog.#ctor(DotSpatial.Symbology.IPolygonSymbolizer)">
            <summary>
            Creates a new DetailedPolygonSymbolControl using the specified
            </summary>
            <param name="original"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.DetailedPolygonSymbolDialog.OnApplyChanges">
            <summary>
            Fires the ChangesApplied event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.DetailedPolygonSymbolDialog.ChangesApplied">
            <summary>
            Occurs whenever the apply changes button is clicked, or else when the ok button is clicked.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.DetailedPolygonSymbolDialog.Symbolizer">
            <summary>
            Gets or sets the symbolizer being used by this control.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.LineSymbolDialog">
            <summary>
            Initial dialog for selecting a predefined line symbol
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.LineSymbolDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineSymbolDialog.#ctor">
            <summary>
            Creates a new instance of DetailedLineSymbolDialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineSymbolDialog.#ctor(DotSpatial.Symbology.ILineSymbolizer)">
            <summary>
            Creates a new Detailed Line Symbol Dialog
            </summary>
            <param name="symbolizer"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineSymbolDialog.ShowDetailsDialog">
            <summary>
            Shows the 'Symbol Details' dialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineSymbolDialog.OnApplyChanges">
            <summary>
            Fires the ChangesApplied event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.LineSymbolDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.LineSymbolDialog.ChangesApplied">
            <summary>
            Fires an event indicating that changes should be applied.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.StatisticalBreaksDialog">
            <summary>
            StatisticalBreaksDialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StatisticalBreaksDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.StatisticalBreaksDialog.#ctor">
            <summary>
            Creates a new instance of CollectionPropertyGrid
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.StatisticalBreaksDialog.FieldName">
            <summary>
            Gets or sets the string field name to apply statistics to
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.StatisticalBreaksDialog.NormalizationField">
            <summary>
            Gets or sets the normalization field to apply statistics to.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.StatisticalBreaksDialog.Table">
            <summary>
            Gets or sets the Table that has the data row values to use for statistics.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.StatisticalBreaksDialog.Scheme">
            <summary>
            Gets or sets the feature scheme to use for coloring and existing break positions
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.StatisticalBreaksDialog.Title">
            <summary>
            Gets or sets the title for the graph
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.Size2DDialog">
            <summary>
            Size2DDialog
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.Size2DDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.Size2DDialog.#ctor">
            <summary>
            Creates a new instance of CollectionPropertyGrid
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.Size2DDialog.#ctor(DotSpatial.Symbology.ISymbol)">
            <summary>
            Creates a Size2DDialog with a specific symbol to edit when "Apply Changes" is clicked
            </summary>
            <param name="symbol"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.Size2DDialog.OnApplyChanges">
            <summary>
            Fires the ChangesApplied event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.Size2DDialog.ChangesApplied">
            <summary>
            Occurs whenever the apply changes button is clicked, or else when the ok button is clicked.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.Size2DDialog.Symbol">
            <summary>
            Gets or sets the symbol that should be edited whenever apply changes is clicked.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SizeBox">
            <summary>
            This represents a single box inside of a symbol size chooser.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SizeBox.Draw(System.Drawing.Graphics,System.Drawing.Rectangle,DotSpatial.Symbology.ISymbol)">
            <summary>
            The graphics device and clip rectangle are in the parent coordinates.
            </summary>
            <param name="g"></param>
            <param name="clipRectangle"></param>
            <param name="symbol">The symbol to use for drawing.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SizeBox.OnDrawSymbol(System.Drawing.Graphics,DotSpatial.Symbology.ISymbol)">
            <summary>
            This draws the specified symbol using the "Size" property from this box rather than the real size.
            The transform has been zeroed on the center of this box.
            </summary>
            <param name="g"></param>
            <param name="symbol"></param>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SizeBox.BackColor">
            <summary>
            Gets or sets the base color for the normal background color for this box.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SizeBox.Bounds">
            <summary>
            Gets or sets the rectangular bounds for this size box.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SizeBox.Size">
            <summary>
            Gets or sets the size
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SizeBox.IsSelected">
            <summary>
            Gets or sets whether or not this item should draw itself as though it has been selected.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SizeBox.SelectionColor">
            <summary>
            Gets or sets the selection color for this selection.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SizeBox.RoundingRadius">
            <summary>
            Gets or sets the rouding radius for this box.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SizeControl">
            <summary>
            A user control that is specifically designed to control the point sizes
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.SizeControl._components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SizeControl.#ctor">
            <summary>
            Creates a new instance of the size control
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SizeControl.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SizeControl.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SizeControl.OnSelectedSizeChanged">
            <summary>
            Fires the SizeChanged event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SizeControl.SelectedSizeChanged">
            <summary>
            Occurs when the size changes on this control, ether through applying changes in the dialog or else
            by selecting one of the pre-configured sizes.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SizeControl.Symbol">
            <summary>
            Gets or sets the symbol to use when drawing the various sizes
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.SymbolSizeChooser">
            <summary>
            SymbolSizeChooser
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolSizeChooser.BeginInit">
            <summary>
            Prevent redundant updates to the boxes every time a property is changed
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolSizeChooser.EndInit">
            <summary>
            Enable live updating so that from now on, changes rebuild boxes.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolSizeChooser.#ctor">
            <summary>
            Creates a new instance of SymbolSizeChooser
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolSizeChooser.#ctor(DotSpatial.Symbology.ISymbol)">
            <summary>
            Gets or sets a new SymbolSize chooser, specifying the symbol as part of the constructor.
            </summary>
            <param name="symbol">The symbol to draw.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolSizeChooser.RefreshBoxes">
            <summary>
            Forces the box sub-categories to refresh given the new content.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolSizeChooser.OnSelectedSizeChanged">
            <summary>
            Fires the selected size changed event
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolSizeChooser.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
            <summary>
            Handles the mouse up situation
            </summary>
            <param name="e"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolSizeChooser.OnDraw(System.Drawing.Graphics,System.Drawing.Rectangle)">
            <summary>
            Occurs durring drawing but is overridable by subclasses
            </summary>
            <param name="g"></param>
            <param name="clip"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolSizeChooser.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Prevent flicker
            </summary>
            <param name="pevent"></param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.SymbolSizeChooser.OnPaint(System.Windows.Forms.PaintEventArgs)">
            <summary>
            Occurs as the SymbolSizeChooser control is being drawn.
            </summary>
            <param name="e"></param>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.SymbolSizeChooser.SelectedSizeChanged">
            <summary>
            Occurs when the selected size has changed
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolSizeChooser.BoxBackColor">
            <summary>
            Gets or sets the normal background color for the boxes.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolSizeChooser.BoxSelectionColor">
            <summary>
            Gets or sets the box selection color
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolSizeChooser.BoxSize">
            <summary>
            Gets or sets the rectangular extent for all the boxes.  This is not the size of the symbol.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolSizeChooser.MaximumSymbolSize">
            <summary>
            Gets or sets the maximum symbol size.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolSizeChooser.MinimumSymbolSize">
            <summary>
            Gets or sets the minimum symbol size
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolSizeChooser.Orientation">
            <summary>
            Gets or sets whether the boxes are drawn horizontally or vertically.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolSizeChooser.NumBoxes">
            <summary>
            Gets or sets the number of boxes
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolSizeChooser.Symbol">
            <summary>
            Gets or sets the symbol to use for this control.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolSizeChooser.RoundingRadius">
            <summary>
            Gets or sets the rounding radius for the boxes
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.SymbolSizeChooser.SelectedSize">
            <summary>
            Gets or sets the currently selected size.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.TabColorDialog">
            <summary>
            TabColorDialog
            </summary>
        </member>
        <member name="F:DotSpatial.Symbology.Forms.TabColorDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TabColorDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TabColorDialog.#ctor">
            <summary>
            Creates a new instance of CollectionPropertyGrid
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TabColorDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.TabColorDialog.OnApplyChanges">
            <summary>
            Fires the ChangesApplied event
            </summary>
        </member>
        <member name="E:DotSpatial.Symbology.Forms.TabColorDialog.ChangesApplied">
            <summary>
            Occurs whenever the apply changes button is clicked, or else when the ok button is clicked.
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TabColorDialog.StartColor">
            <summary>
            Gets or sets the start color for this control
            </summary>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.TabColorDialog.EndColor">
            <summary>
            Gets or sets the end color for this control.
            </summary>
        </member>
        <member name="T:DotSpatial.Symbology.Forms.ZenithEditor">
            <summary>
            OpacityEditor
            </summary>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ZenithEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
            <summary>
            Edits the value by showing a slider control in the drop down.
            </summary>
            <param name="context"></param>
            <param name="provider"></param>
            <param name="value"></param>
            <returns></returns>
        </member>
        <member name="M:DotSpatial.Symbology.Forms.ZenithEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
            <summary>
            Sets the behavior to drop-down
            </summary>
            <param name="context"></param>
            <returns></returns>
        </member>
        <member name="P:DotSpatial.Symbology.Forms.ZenithEditor.IsDropDownResizable">
            <summary>
            Ensures that we can widen the drop-down without having to close the drop down,
            widen the control, and re-open it again.
            </summary>
        </member>
    </members>
</doc>
