====== ThinkGeo.MapSuite.WindowsPhoneCore.QualityFamilyAreaStyle ====== {{section>upgrade_map_suite_to_10.0}} This class is used to draw area features. === Remarks === You should use this class to draw area features. You can specify a base color and the number of colors you want based on that color to draw the interior, and you can specify an outline pen with which to draw the border. You can optionally choose to use only the outline pen or the fill brush to generate different effects. ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.WindowsPhoneCore.Style]] ***[[ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle]] ****[[ThinkGeo.MapSuite.WindowsPhoneCore.QualityFamilyAreaStyle]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#QualityFamilyAreaStyle()|QualityFamilyAreaStyle]] | | | This is the constructor the for the class. If you use this constructor, then you need to set the required properties manually. | | {{wiki:PublicMethod.gif|Public Method}}[[#QualityFamilyAreaStyle(GeoPen, GeoColor, Int32)|QualityFamilyAreaStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Int32 | | This is the constructor the for the class. | | {{wiki:PublicMethod.gif|Public Method}}[[#QualityFamilyAreaStyle(GeoPen, GeoColor, Int32, PenBrushDrawingOrder)|QualityFamilyAreaStyle]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoPen|GeoPen]], [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]], Int32, [[ThinkGeo.MapSuite.WindowsPhoneCore.PenBrushDrawingOrder|PenBrushDrawingOrder]] | | This is the constructor the for the class. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#ClearCache()|ClearCache]] | | | This method clears the cached style in the cache. | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(IEnumerable, GeoCanvas, Collection, Collection)|Draw]] | IEnumerable<[[ThinkGeo.MapSuite.WindowsPhoneCore.Feature|Feature]]>, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoCanvas|GeoCanvas]], Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.SimpleCandidate|SimpleCandidate]]>, Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.SimpleCandidate|SimpleCandidate]]> | [[ThinkGeo.MapSuite.WindowsPhoneCore.Style|Style]] | This method draws the features on the canvas you provided. | | {{wiki:PublicMethod.gif|Public Method}}[[#Draw(IEnumerable, GeoCanvas, Collection, Collection)|Draw]] | IEnumerable<[[ThinkGeo.MapSuite.WindowsPhoneCore.BaseShape|BaseShape]]>, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoCanvas|GeoCanvas]], Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.SimpleCandidate|SimpleCandidate]]>, Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.SimpleCandidate|SimpleCandidate]]> | [[ThinkGeo.MapSuite.WindowsPhoneCore.Style|Style]] | This method draws the shapes on the canvas you provided. | | {{wiki:PublicMethod.gif|Public Method}}[[#DrawSample(GeoCanvas, DrawingRectangleF)|DrawSample]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoCanvas|GeoCanvas]], [[ThinkGeo.MapSuite.WindowsPhoneCore.DrawingRectangleF|DrawingRectangleF]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.Style|Style]] | | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetRequiredColumnNames()|GetRequiredColumnNames]] | | [[ThinkGeo.MapSuite.WindowsPhoneCore.Style|Style]] | This method returns the column data for each feature that is required for the style to properly draw. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawCore(IEnumerable, GeoCanvas, Collection, Collection)|DrawCore]] | IEnumerable<[[ThinkGeo.MapSuite.WindowsPhoneCore.Feature|Feature]]>, [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoCanvas|GeoCanvas]], Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.SimpleCandidate|SimpleCandidate]]>, Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.SimpleCandidate|SimpleCandidate]]> | [[ThinkGeo.MapSuite.WindowsPhoneCore.Style|Style]](overriden) | This method draws the features on the canvas you provided. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DrawSampleCore(GeoCanvas, DrawingRectangleF)|DrawSampleCore]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoCanvas|GeoCanvas]], [[ThinkGeo.MapSuite.WindowsPhoneCore.DrawingRectangleF|DrawingRectangleF]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.Style|Style]](overriden) | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetRequiredColumnNamesCore()|GetRequiredColumnNamesCore]] | | [[ThinkGeo.MapSuite.WindowsPhoneCore.Style|Style]] | This method returns the column data for each feature that is required for the style to properly draw. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#Advanced|Advanced]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyleAdvanced|AreaStyleAdvanced]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle|AreaStyle]] | This property lets you access the advanced properties of the style. | | {{wiki:PublicProperty.gif|Public Property}}[[#BaseColor|BaseColor]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | | This gets or sets the base color of the style. | | {{wiki:PublicProperty.gif|Public Property}}[[#Cache|Cache]] | Dictionary | | This gets the cached style in the class. | | {{wiki:PublicProperty.gif|Public Property}}[[#CustomAreaStyles|CustomAreaStyles]] | Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle|AreaStyle]]> | [[ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle|AreaStyle]] | This property returns a collection of area styles, allowing you to stack multiple area styles on top of each other. | | {{wiki:PublicProperty.gif|Public Property}}[[#FillSolidBrush|FillSolidBrush]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoSolidBrush|GeoSolidBrush]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle|AreaStyle]] | This property gets and sets the solid brush you want to use to fill in the area features. | | {{wiki:PublicProperty.gif|Public Property}}[[#IsActive|IsActive]] | Boolean | [[ThinkGeo.MapSuite.WindowsPhoneCore.Style|Style]] | This property gets and sets the active status of the style. | | {{wiki:PublicProperty.gif|Public Property}}[[#Name|Name]] | String | [[ThinkGeo.MapSuite.WindowsPhoneCore.Style|Style]] | This property gets and set the name of the style. | | {{wiki:PublicProperty.gif|Public Property}}[[#NumberOfColors|NumberOfColors]] | Int32 | | This gets or sets the number of colors in the style. | | {{wiki:PublicProperty.gif|Public Property}}[[#OutlinePen|OutlinePen]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoPen|GeoPen]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle|AreaStyle]] | This property gets and sets the outline pen you want to use to outline the features. | | {{wiki:PublicProperty.gif|Public Property}}[[#PenBrushDrawingOrder|PenBrushDrawingOrder]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.PenBrushDrawingOrder|PenBrushDrawingOrder]] | [[ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle|AreaStyle]] | This property gets and sets the pen and brush drawing order. | | {{wiki:PublicProperty.gif|Public Property}}[[#RequiredColumnNames|RequiredColumnNames]] | Collection | [[ThinkGeo.MapSuite.WindowsPhoneCore.Style|Style]] | This property gets the collection of fields that are required for the style. | | {{wiki:PublicProperty.gif|Public Property}}[[#XOffsetInPixel|XOffsetInPixel]] | Single | [[ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle|AreaStyle]] | This property gets and sets the X pixel offset for drawing each feature. | | {{wiki:PublicProperty.gif|Public Property}}[[#YOffsetInPixel|YOffsetInPixel]] | Single | [[ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle|AreaStyle]] | This property gets and sets the Y pixel offset for drawing each feature. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ==== QualityFamilyAreaStyle() ==== This is the constructor the for the class. If you use this constructor, then you need to set the required properties manually. === Overloads === This is the default constructor. === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ==== QualityFamilyAreaStyle(GeoPen, GeoColor, Int32) ==== This is the constructor the for the class. === Overloads === This is the constructor for this class. === Parameters === ^ Name ^ Type ^ Description ^ | outlinePen | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoPen|GeoPen]] | This parameter represents the outline pen that will be used on the style. | | baseColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter represents the base color that will be used in the class. | | numberOfColors | Int32 | This prameter represents how many colors will be used in the style, based on the base color. | [[#Public Constructors|Go Back]] ==== QualityFamilyAreaStyle(GeoPen, GeoColor, Int32, PenBrushDrawingOrder) ==== This is the constructor the for the class. === Overloads === This is the constructor for this class. === Parameters === ^ Name ^ Type ^ Description ^ | outlinePen | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoPen|GeoPen]] | This parameter represents the outline pen that will be used on the style. | | baseColor | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | This parameter represents the base color that will be used in the class. | | numberOfColors | Int32 | This prameter represents how many colors will be used in the style, based on the base color. | | penBrushDrawingOrder | [[ThinkGeo.MapSuite.WindowsPhoneCore.PenBrushDrawingOrder|PenBrushDrawingOrder]] | This parameter describes the PenBrushDrawingOrder that will be used when drawing the area type feature. | [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== ClearCache() ==== This method clears the cached style in the cache. === Remarks === This method clears the cached style in the cache. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Draw(IEnumerable, GeoCanvas, Collection, Collection) ==== This method draws the features on the canvas you provided. === Remarks === This method is the concrete wrapper for the abstract method DrawCore. In this method, we take the features you passed in and draw them on the canvas you provided. Each style (based on its properties) may draw each feature differently. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | features | IEnumerable<[[ThinkGeo.MapSuite.WindowsPhoneCore.Feature|Feature]]> | This parameter represents the features you want to draw on the canvas. | | canvas | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoCanvas|GeoCanvas]] | This parameter represents the canvas you want to draw the features on. | | labelsInThisLayer | Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.SimpleCandidate|SimpleCandidate]]> | The labels will be drawn in the current layer only. | | labelsInAllLayers | Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.SimpleCandidate|SimpleCandidate]]> | The labels will be drawn in all layers. | [[#Public Methods|Go Back]] ==== Draw(IEnumerable, GeoCanvas, Collection, Collection) ==== This method draws the shapes on the canvas you provided. === Remarks === This method is the concrete wrapper for the abstract method DrawCore. In this method, we take the shapes you passed in and draw them on the canvas you provided. Each style (based on its properties) may draw each shape differently. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | shapes | IEnumerable<[[ThinkGeo.MapSuite.WindowsPhoneCore.BaseShape|BaseShape]]> | This parameter represents the shapes you want to draw on the canvas. | | canvas | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoCanvas|GeoCanvas]] | This parameter represents the canvas you want to draw the shapes on. | | labelsInThisLayer | Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.SimpleCandidate|SimpleCandidate]]> | The labels will be drawn in the current layer only. | | labelsInAllLayers | Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.SimpleCandidate|SimpleCandidate]]> | The labels will be drawn in all layers. | [[#Public Methods|Go Back]] ==== DrawSample(GeoCanvas, DrawingRectangleF) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | canvas | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoCanvas|GeoCanvas]] | | | drawingExtent | [[ThinkGeo.MapSuite.WindowsPhoneCore.DrawingRectangleF|DrawingRectangleF]] | | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetRequiredColumnNames() ==== This method returns the column data for each feature that is required for the style to properly draw. === Remarks === This method is the concrete wrapper for the abstract method GetRequiredColumnNamesCore. In this method, we return the column names that are required for the style to draw the feature properly. For example, if you have a style that colors areas blue when a certain column value is over 100, then you need to be sure you include that column name. This will ensure that the column data is returned to you in the feature when it is ready to draw. In many of the styles, we add properties to allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore we read that property and add it to the collection. As this is a concrete public method that wraps a Core method, we reserve the right to add events and other logic to pre- or post-process data returned by the Core version of the method. In this way, we leave our framework open on our end, but also allow you the developer to extend our logic to suit your needs. If you have questions about this, please contact our support team as we would be happy to work with you on extending our framework. === Return Value === ^ Return Type ^ Description ^ | Collection | This method returns a collection of column names that the style needs. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== DrawCore(IEnumerable, GeoCanvas, Collection, Collection) ==== This method draws the features on the canvas you provided. === Remarks === This overridden method is called from the concrete public method Draw. In this method, we take the features you passed in and draw them on the canvas you provided. Each style (based on its properties) may draw each feature differently. When overriding this method, consider each feature and its column data values. You can use the full power of the GeoCanvas to do the drawing. If you need column data for a feature, be sure to override the GetRequiredColumnNamesCore and add the columns you need to the collection. In many of the styles, we add properties to allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore, we read that property and add it to the collection. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | features | IEnumerable<[[ThinkGeo.MapSuite.WindowsPhoneCore.Feature|Feature]]> | This parameter represents the features you want to draw on the canvas. | | canvas | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoCanvas|GeoCanvas]] | This parameter represents the canvas you want to draw the features on. | | labelsInThisLayer | Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.SimpleCandidate|SimpleCandidate]]> | The labels will be drawn in the current layer only. | | labelsInAllLayers | Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.SimpleCandidate|SimpleCandidate]]> | The labels will be drawn in all layers. | [[#Protected Methods|Go Back]] ==== DrawSampleCore(GeoCanvas, DrawingRectangleF) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | canvas | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoCanvas|GeoCanvas]] | | | drawingExtent | [[ThinkGeo.MapSuite.WindowsPhoneCore.DrawingRectangleF|DrawingRectangleF]] | | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetRequiredColumnNamesCore() ==== This method returns the column data for each feature that is required for the style to properly draw. === Remarks === This abstract method is called from the concrete public method GetRequiredFieldNames. In this method, we return the column names that are required for the style to draw the feature properly. For example, if you have a style that colors areas blue when a certain column value is over 100, then you need to be sure you include that column name. This will ensure that the column data is returned to you in the feature when it is ready to draw. In many of the styles, we add properties to allow the user to specify which field they need; then, in the GetRequiredColumnNamesCore we read that property and add it to the collection. === Return Value === ^ Return Type ^ Description ^ | Collection | This method returns a collection of column names that the style needs. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== Advanced ==== This property lets you access the advanced properties of the style. === Remarks === This property lets you access the advanced properties of the style. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyleAdvanced|AreaStyleAdvanced]] | [[#Public Properties|Go Back]] ==== BaseColor ==== This gets or sets the base color of the style. === Remarks === None. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoColor|GeoColor]] | [[#Public Properties|Go Back]] ==== Cache ==== This gets the cached style in the class. === Remarks === This gets the cached style in the class. The key of the style in the cache is feature.Id & feature.GetHashCode(). === Return Value === ^ Return Type ^ | Dictionary | [[#Public Properties|Go Back]] ==== CustomAreaStyles ==== This property returns a collection of area styles, allowing you to stack multiple area styles on top of each other. === Remarks === Using this collection, you can stack multiple area styles on top of each other. When we draw the features, we will draw them in order that they exist in the collection. You can use these stacks to create drop shadow effects, multiple colored outlines, etc. === Return Value === ^ Return Type ^ | Collection<[[ThinkGeo.MapSuite.WindowsPhoneCore.AreaStyle|AreaStyle]]> | [[#Public Properties|Go Back]] ==== FillSolidBrush ==== This property gets and sets the solid brush you want to use to fill in the area features. === Remarks === This solid brush is used to fill in the area features that will draw. You can also optionally specify an outline pen to give the area an outline. The default solid brush has a fill color of transparent, which means it will not draw anything. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoSolidBrush|GeoSolidBrush]] | [[#Public Properties|Go Back]] ==== IsActive ==== This property gets and sets the active status of the style. === Remarks === If the style is not active then it will not draw. === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== Name ==== This property gets and set the name of the style. === Remarks === This name is not used by the system; it is only for the developer. However, it can be used if you generate your own legend. === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== NumberOfColors ==== This gets or sets the number of colors in the style. === Remarks === None. === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|Go Back]] ==== OutlinePen ==== This property gets and sets the outline pen you want to use to outline the features. === Remarks === This outline pen is used to outline the features that will draw. You can also optionally specify a fill brush to give the area a solid fill. The default outline pen color is transparent, which means it will not draw anything. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.GeoPen|GeoPen]] | [[#Public Properties|Go Back]] ==== PenBrushDrawingOrder ==== This property gets and sets the pen and brush drawing order. === Remarks === This property controls whether the outline pen or the fill brush is drawn first. The default is for the fill brush to be drawn first. If you have the outline pen draw first then the thickness of the pen will be smaller, creating a subtle but noticeable effect. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.WindowsPhoneCore.PenBrushDrawingOrder|PenBrushDrawingOrder]] | [[#Public Properties|Go Back]] ==== RequiredColumnNames ==== This property gets the collection of fields that are required for the style. === Remarks === This property gets the collection of fields that are required for the style. These are in addition to any other columns you specify in styles that inherit from this one. For example, if you have use a ValueStyle and it requires a column name for the value comparison, then that column does not need to be in this collection. You only use the RequiredColumnNames for columns you need beyond those required by specific inherited styles. === Return Value === ^ Return Type ^ | Collection | [[#Public Properties|Go Back]] ==== XOffsetInPixel ==== This property gets and sets the X pixel offset for drawing each feature. === Remarks === This property allows you to specify an X offset. When combined with a Y offset, it enables you to achieve effects such as drop shadows, etc. There also may be times when you need to modify the location of feature data so as to align it with raster satellite data. === Return Value === ^ Return Type ^ | Single | [[#Public Properties|Go Back]] ==== YOffsetInPixel ==== This property gets and sets the Y pixel offset for drawing each feature. === Remarks === This property allows you to specify a Y offset. When combined with an X offset, it enables you to achieve effects such as drop shadows, etc. There also may be times when you need to modify the location of feature data so as to align it with raster satellite data. === Return Value === ^ Return Type ^ | Single | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:WindowsPhoneMapSuiteCore]] [[Category:ThinkGeo.MapSuite.WindowsPhoneCore]] [[Category:UpdateDocumentation]]