ESRI.ArcGIS.Mobile
Renderer Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile Namespace : Renderer Class


The following tables list the members exposed by Renderer.

Public Properties

 NameDescription
Public PropertyLayer Gets the Layer of the Renderer.  
Public PropertyMaxScale Gets the maximum scale range at which the mapLayer should be drawn. A value of 0 indicates that it has no maximum.  
Public PropertyMinScale Gets the minimum scale range at which the data layer should be drawn. A value of 0 indicates that it has no minimum.  
Top

Public Methods

 NameDescription
Public MethodGetLegendSwatchesOverloaded.  Returns a collection of LegendSwatches for the different symbols used by this Layer object with this renderer.  
Public MethodGetRecommendedSwatchSize This method creates a System.Drawing.Size object for swatch size with maximum width and height for all layers. This size is recommended for best fit, but not required to use. You can create your own size for a Table Of Contents.  
Top

See Also