User Tools

Site Tools


thinkgeo.mapsuite.core.textstyle

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.textstyle [2015/09/17 10:40]
admin
thinkgeo.mapsuite.core.textstyle [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.TextStyle ====== ====== ThinkGeo.MapSuite.Core.TextStyle ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This class is used to label features on the map. This class is used to label features on the map.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 8: Line 11:
           *[[ThinkGeo.MapSuite.Core.IconStyle]]           *[[ThinkGeo.MapSuite.Core.IconStyle]]
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} TextStyle() **
-**{{wiki:​PublicMethod.gif|}}[[#TextStyle()|TextStyle]]** +
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This is a constructor for the class. +
-</​div>​+
  
-<​div ​class_table+  * //This is a constructor for the class.// 
-**{{wiki:​PublicMethod.gif|}}[[#TextStyle(String,​GeoFont,​GeoSolidBrush)|TextStyle]]** +== Remarks == 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]],​[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] +  * //If you use this constructor,​ you should set the required properties manually.//​ 
-  * **DeclaringType**:​N/​A +== Parameters == 
-  * **Summary**:​This is a constructor for the class. +<​div ​newline></​div
-</​div>​+** {{wiki:​PublicMethod.gif|}} TextStyle(String,​GeoFont,​GeoSolidBrush) **
  
-=== Protected Constructors === +  * //This is a constructor for the class.// 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //This constructor allows you to pass in the minimum required fields for labeling. You may want to explore the other properties to control how your labels look.// 
-**{{wiki:​PublicMethod.gif|}}[[#​CloneDeep()|CloneDeep]]** +== Parameters ​== 
-  * **Parameters**:​N/A +  * //​textColumnName//​ 
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] +    Type:String 
-  * **Summary**:N/A +    Description:This parameter is the name of the column that contains the text you want to draw.
-</​div>​+
  
-<div class_table>​ +  ​//​textFont//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Draw(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​)|Draw]]*+    Type:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] 
-  * **Parameters**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +    Description:This parameter is the font used to draw the text.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//​textSolidBrush//​ 
-**{{wiki:​PublicMethod.gif|}}[[#​Draw(IEnumerable<​BaseShape>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​)|Draw]]*+    Type:​[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] 
-  * **Parameters**:IEnumerable<​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]>,​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +    Description:This parameter is the TextSolidBrush used to draw the text.
-  * **DeclaringType**:[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div>​ 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawSample(GeoCanvas,​DrawingRectangleF)|DrawSample]]** +==== Protected Constructors ==== 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] +==== Public Methods ==== 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +** {{wiki:​PublicMethod.gif|}} ​CloneDeep() **
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​DrawSample(GeoCanvas)|DrawSample]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +  Type:[[ThinkGeo.MapSuite.Core.Style|Style]] 
-  * **Parameters**:​Object +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:​PublicMethod.gif|}} ​Draw(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetRequiredColumnNames()|GetRequiredColumnNames]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +  * Type:Void 
-  * **Parameters**:N/A +  * Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​PublicMethod.gif|}}[[#​SaveStyle(String)|SaveStyle]]** +  * //​features//​ 
-  * **Parameters**:​String +    Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//canvas// 
-**{{wiki:​PublicMethod.gif|}}[[#​SaveStyle(Stream)|SaveStyle]]*+    Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Parameters**:​Stream +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  * //​labelsInThisLayer//​ 
-**{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** +    Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-  * **Parameters**:N/A +    Description:N/A
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Protected Methods === +  ​//​labelsInAllLayers//​ 
-<div class_table>​ +    Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-**{{wiki:​ProtectedMethod.gif|}}[[#​AbbreviateText(Feature,​GeoCanvas)|AbbreviateText]]*+    Description:N/A
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​AbbreviateTextCore(Feature,GeoCanvas)|AbbreviateTextCore]]** +** {{wiki:PublicMethod.gif|}} ​Draw(IEnumerable<​BaseShape>​,GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CheckDuplicate(LabelingCandidate,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​)|CheckDuplicate]]*+== Remarks == 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]],​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CheckDuplicateCore(LabelingCandidate,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​)|CheckDuplicateCore]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]],​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CheckOverlapping(LabelingCandidate,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​)|CheckOverlapping]]** +  //shapes// 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]],​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> +    Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]> 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//canvas// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CheckOverlappingCore(LabelingCandidate,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​)|CheckOverlappingCore]]*+    Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]],​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //​labelsInThisLayer//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​CloneDeepCore()|CloneDeepCore]]** +    Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-  * **Parameters**:​N/A +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​labelsInAllLayers//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​DrawCore(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​)|DrawCore]]*+    Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
-  * **Parameters**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​DrawSampleCore(GeoCanvas,​DrawingRectangleF)|DrawSampleCore]]** +** {{wiki:PublicMethod.gif|}} ​GetRequiredColumnNames() **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method draws a sample feature on the canvas you provided. +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​FilterFeatures(IEnumerable<​Feature>,​GeoCanvas)|FilterFeatures]]*+== Remarks == 
-  * **Parameters**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​FilterFeaturesCore(IEnumerable<​Feature>,​GeoCanvas)|FilterFeaturesCore]]** +  * Type:Collection<String
-  * **Parameters**:IEnumerable<[[ThinkGeo.MapSuite.Core.Feature|Feature]]>,​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+== Parameters == 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +<​div ​newline></​div
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​DrawSample(GeoCanvas,​DrawingRectangleF) **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​Format(String,​BaseShape)|Format]]*+== Remarks == 
-  * **Parameters**:​String,​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * //N/A//
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​FormatCore(String,​BaseShape)|FormatCore]]** +  * Type:Void 
-  * **Parameters**:String,​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetLabelingCandidateCore(Feature,​GeoCanvas)|GetLabelingCandidateCore]]** +  //canvas// 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +    Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​//​drawingExtent//​ 
-**{{wiki:​ProtectedMethod.gif|}}[[#​GetLabelingCandidates(Feature,​GeoCanvas)|GetLabelingCandidates]]*+    Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]],​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +    Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#​GetRequiredColumnNamesCore()|GetRequiredColumnNamesCore]]** +** {{wiki:PublicMethod.gif|}} ​DrawSample(GeoCanvas) **
-  * **Parameters**:​N/​A +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//N/A// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //N/A//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/A +
-</div>+
  
-<div class_table>​ +== Return Value == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnFormatted(FormattedPositionStyleEventArgs)|OnFormatted]]** +  * Type:Void 
-  * **Parameters**:[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] +  * Description:N/A
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +== Parameters == 
-**{{wiki:​ProtectedMethod.gif|}}[[#​OnFormatting(FormattingPositionStyleEventArgs)|OnFormatting]]** +  * //canvas// 
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] +    Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +    Description:N/A
-  * **Summary**:N/A +
-</​div>​+
  
-<​div ​class_table+<​div ​newline></​div
-**{{wiki:ProtectedMethod.gif|}}[[#lD8=(PolygonShape,​String,GeoCanvas)|lD8=]]** +** {{wiki:PublicMethod.gif|}} ​SaveStyle(String) **
-  * **Parameters**:​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]],​String,​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +
-  * **DeclaringType**:​[[ThinkGeo.MapSuite.Core.PositionStyle|PositionStyle]] +
-  * **Summary**:​N/​A +
-</​div>​+
  
-=== Public Properties ​=== +  * //N/A// 
-**{{wiki:​PublicProperty.gif|}}[[#​AbbreviationDictionary|AbbreviationDictionary]]** +== Remarks ​== 
-  * **Return**:​Dictionary<​String,​String>​ +  * //N/A//
-  * **Summary**:​N/A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Advanced|Advanced]]** +== Return Value == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.TextStyleAdvanced|TextStyleAdvanced]] +  * Type:Void 
-  * **Summary**:This property gets the advanced properties of the class.+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​AllowLineCarriage|AllowLineCarriage]]** +== Parameters == 
-  * **Return**:Boolean +  * //​filePathName//​ 
-  * **Summary**:N/A+    ​Type:String 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​BestPlacement|BestPlacement]]** +<div newline></​div>​ 
-  * **Return**:​Boolean +** {{wiki:PublicMethod.gif|}} ​SaveStyle(Stream) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​BestPlacementSymbolHeight|BestPlacementSymbolHeight]]** +  ​//N/A// 
-  * **Return**:​Single +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​BestPlacementSymbolWidth|BestPlacementSymbolWidth]]** +== Return Value == 
-  * **Return**:Single +  * Type:Void 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​CustomTextStyles|CustomTextStyles]]** +== Parameters == 
-  * **Return**:Collection<​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]]>​ +  * //​stream//​ 
-  * **Summary**:This property returns a collection of area styles allowing you to stack multiple area styles on top of each other.+    ​Type:Stream 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​DateFormat|DateFormat]]** +<div newline></​div>​ 
-  * **Return**:​String +** {{wiki:PublicMethod.gif|}} ​ToString() ​**
-  * **Summary**:​This property gets and sets the format that will be applied to the text which can be parsed to DateTime type.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​DrawingLevel|DrawingLevel]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]] +== Remarks == 
-  * **Summary**:​Gets or sets the DrawingLavel for this style.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​DuplicateRule|DuplicateRule]]** +== Return Value == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.LabelDuplicateRule|LabelDuplicateRule]] +  * Type:String 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​Filters|Filters]]** +== Parameters == 
-  * **Return**:​Collection<​String>​ +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​Equals(Object) ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​FittingLineInScreen|FittingLineInScreen]]** +  ​//N/A// 
-  * **Return**:​Boolean +== Remarks == 
-  * **Summary**:​This property gets and sets whether the labeler will try to fit the label as best as it can on the visible part of a line on the screen.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​FittingPolygon|FittingPolygon]]** +== Return Value == 
-  * **Return**:Boolean +  * Type:Boolean 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​FittingPolygonFactor|FittingPolygonFactor]]** +== Parameters == 
-  * **Return**:Double +  * //obj// 
-  * **Summary**:N/A+    ​Type:Object 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​FittingPolygonInScreen|FittingPolygonInScreen]]** +<div newline></​div>​ 
-  * **Return**:​Boolean +** {{wiki:PublicMethod.gif|}} ​GetHashCode() ​**
-  * **Summary**:​This property gets and sets whether the labeler will try to fit the label as best as it can on the visible part of a polygon on the screen.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Font|Font]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] +== Remarks == 
-  * **Summary**:​This property gets and sets the font that will be used to draw the text.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​ForceHorizontalLabelForLine|ForceHorizontalLabelForLine]]** +== Return Value == 
-  * **Return**:Boolean +  * Type:Int32 
-  * **Summary**:This property gets and sets whether we should force horizontal labeling for lines.+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​ForceLineCarriage|ForceLineCarriage]]** +== Parameters == 
-  * **Return**:​Boolean +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:PublicMethod.gif|}} ​GetType() ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​GridSize|GridSize]]** +  ​//N/A// 
-  * **Return**:​Int32 +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​HaloPen|HaloPen]]** +== Return Value == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]] +  * Type:Type 
-  * **Summary**:This property gets and sets the halo pen you may use to draw a halo around the text.+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​IsActive|IsActive]]** +== Parameters == 
-  * **Return**:​Boolean +<div newline></​div>​ 
-  * **Summary**:​N/​A+==== Protected Methods ==== 
 +** {{wiki:ProtectedMethod.gif|}} ​DrawSampleCore(GeoCanvas,​DrawingRectangleF) ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​LabelAllLineParts|LabelAllLineParts]]** +  ​//This method draws a sample feature on the canvas you provided.// 
-  * **Return**:​Boolean +== Remarks == 
-  * **Summary**:​N/A+  * //This virtual method is called from the concrete public method Draw. In this method, we draw a sample style on the canvas you provided. This is typically used to display a legend or other sample area. When implementing this virtual method, consider the canvas size and draw the sample image appropriately. You should keep in mind that the sample typically shows up on a legend.//
  
-**{{wiki:​PublicProperty.gif|}}[[#​LabelAllPolygonParts|LabelAllPolygonParts]]** +== Return Value == 
-  * **Return**:Boolean +  * Type:Void 
-  * **Summary**:N/A+  * Description:None
  
-**{{wiki:​PublicProperty.gif|}}[[#​LabelPositions|LabelPositions]]** +== Parameters == 
-  * **Return**:Dictionary<​String,​[[ThinkGeo.MapSuite.Core.WorldLabelingCandidate|WorldLabelingCandidate]]> +  * //​canvas//​ 
-  * **Summary**:Gets a value represents ​a keyValuepair which is a feature id and label position of the feature+    ​Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
 +    Description:This parameter ​represents the canvas you want to draw the features on.
  
-**{{wiki:PublicProperty.gif|}}[[#​LeaderLineMinimumLengthInPixels|LeaderLineMinimumLengthInPixels]]** +  ​//​drawingExtent//​ 
-  * **Return**:​Single +    ​Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​LeaderLineRule|LeaderLineRule]]** +<div newline></​div>​ 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.LabelLeaderLinesRule|LabelLeaderLinesRule]] +** {{wiki:ProtectedMethod.gif|}} ​DrawCore(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​LeaderLineStyle|LeaderLineStyle]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​Mask|Mask]]** +== Return Value == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] +  * Type:Void 
-  * **Summary**:This property gets and sets the AreaStyle used to draw a mask behind the text.+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#MaskMargin|MaskMargin]]** +== Parameters == 
-  * **Return**:Int32 +  ​//​features//​ 
-  * **Summary**:​This property gets and sets the margin around the text that will be used for the mask.+    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​MaskType|MaskType]]** +  ​//canvas// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.MaskType|MaskType]] +    Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​MaxNudgingInPixel|MaxNudgingInPixel]]** +  ​//​labelsInThisLayer//​ 
-  * **Return**:​Int32 +    ​Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#Name|Name]]** +  ​//​labelsInAllLayers//​ 
-  * **Return**:​String +    ​Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-  * **Summary**:N/A+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​NudgingIntervalInPixel|NudgingIntervalInPixel]]** +<div newline></​div>​ 
-  * **Return**:​Single +** {{wiki:ProtectedMethod.gif|}} ​GetRequiredColumnNamesCore() ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​NumericFormat|NumericFormat]]** +  ​//N/A// 
-  * **Return**:​String +== Remarks == 
-  * **Summary**:​This property gets and sets the format that will be applied to the text which can be parsed to double type.+  * //N/A//
  
-**{{wiki:​PublicProperty.gif|}}[[#​OverlappingRule|OverlappingRule]]** +== Return Value == 
-  * **Return**:[[ThinkGeo.MapSuite.Core.LabelOverlappingRule|LabelOverlappingRule]] +  * Type:Collection<​String>​ 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​PointPlacement|PointPlacement]]** +== Parameters == 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.PointPlacement|PointPlacement]] +<div newline></​div>​ 
-  * **Summary**:​N/​A+** {{wiki:ProtectedMethod.gif|}} ​FilterFeatures(IEnumerable<​Feature>,​GeoCanvas) ​**
  
-**{{wiki:​PublicProperty.gif|}}[[#​PolygonLabelingLocationMode|PolygonLabelingLocationMode]]** +  ​//N/A// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.PolygonLabelingLocationMode|PolygonLabelingLocationMode]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-**{{wiki:PublicProperty.gif|}}[[#​RequiredColumnNames|RequiredColumnNames]]** +== Return Value == 
-  * **Return**:​Collection<​String+  ​Type:Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
-  * **Summary**:N/A+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​RotationAngle|RotationAngle]]** +== Parameters == 
-  * **Return**:Double +  ​//​features//​ 
-  * **Summary**:​This property gets and sets the rotation angle of the item being positioned.+    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​SplineType|SplineType]]** +  ​//canvas// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.SplineType|SplineType]] +    Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Summary**:Gets or sets the SplineType for labeling.+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​SuppressPartialLabels|SuppressPartialLabels]]** +<div newline></​div>​ 
-  * **Return**:​Boolean +** {{wiki:ProtectedMethod.gif|}} ​FilterFeaturesCore(IEnumerable<​Feature>,​GeoCanvas) ​**
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicProperty.gif|}}[[#​TextColumnName|TextColumnName]]** +  ​//N/A// 
-  * **Return**:​String +== Remarks == 
-  * **Summary**:​This property gets and sets the column name in the data that you want to get the text from.+  * //N/A//
  
-**{{wiki:PublicProperty.gif|}}[[#TextFormat|TextFormat]]** +== Return Value == 
-  * **Return**:String +  ​Type:Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
-  * **Summary**:​This property gets and sets the format that will be applied to the text.+  * Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​TextLineSegmentRatio|TextLineSegmentRatio]]** +== Parameters == 
-  * **Return**:​Double +  ​//​features//​ 
-  * **Summary**:N/A+    ​Type:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> 
 +    Description:N/A
  
-**{{wiki:​PublicProperty.gif|}}[[#​TextSolidBrush|TextSolidBrush]]** +  ​//canvas// 
-  * **Return**:​[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] +    Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Summary**:This property gets and sets the SolidBrush that will be used to draw the text.+    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​XOffsetInPixel|XOffsetInPixel]]** +<div newline></​div>​ 
-  * **Return**:​Single +** {{wiki:ProtectedMethod.gif|}} ​AbbreviateText(Feature,​GeoCanvas) ​**
-  * **Summary**:​This property gets and sets the X pixel offset for drawing each feature.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​YOffsetInPixel|YOffsetInPixel]]** +  ​//N/A// 
-  * **Return**:​Single +== Remarks == 
-  * **Summary**:​This property gets and sets the Y pixel offset for drawing each feature.+  * //N/A//
  
-=== Protected Properties === +== Return Value == 
-**{{wiki:​ProtectedProperty.gif|}}[[#​AllowSpline|AllowSpline]]** +  * Type:Void 
-  * **Return**:Boolean +  * Description:N/A
-  * **Summary**:N/A+
  
-**{{wiki:ProtectedProperty.gif|}}[[#​FiltersCore|FiltersCore]]** +== Parameters == 
-  * **Return**:​Collection<​String>​ +  ​//​feature//​ 
-  * **Summary**:N/A+    ​Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    Description:N/A
  
-**{{wiki:ProtectedProperty.gif|}}[[#uBs=|uBs=]]** +  ​//​canvas//​ 
-  * **Return**:​Boolean +    ​Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Summary**:N/A+    Description:N/A
  
-=== Public Events === +<div newline></​div>​ 
-**{{wiki:PublicEvent.gif|}}[[#​Formatted|Formatted]]** +** {{wiki:ProtectedMethod.gif|}} ​AbbreviateTextCore(Feature,​GeoCanvas) ​**
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] +
-  * **Summary**:​N/​A+
  
-**{{wiki:​PublicEvent.gif|}}[[#​Formatting|Formatting]]** +  ​//N/A// 
-  * **Event Arguments**:​[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] +== Remarks == 
-  * **Summary**:​N/A+  * //N/A//
  
-===== Public Constructors ===== +== Return Value == 
-=== TextStyle() === +  * Type:Void 
-This is a constructor for the class. +  * Description:​N/A
-==== Remarks ==== +
-If you use this constructor,​ you should set the required properties manually. +
-==== Parameters ==== +
-[[#Public Constructors|Go Back]] +
-=== TextStyle(String,​GeoFont,​GeoSolidBrush) === +
-This is a constructor for the class. +
-==== Remarks ==== +
-This constructor allows you to pass in the minimum required fields for labeling. You may want to explore the other properties to control how your labels look. +
-==== Parameters ==== +
-**textColumnName** +
-  ​* **Type**:String +
-  ​* **Description:​This parameter is the name of the column that contains the text you want to draw.+
  
-**textFont** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] +  * //​feature//​ 
-  * **Description:​This parameter is the font used to draw the text.+    ​* Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/A
  
-**textSolidBrush** +  ​//canvas// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]] +    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Description:​This parameter is the TextSolidBrush used to draw the text.+    * Description:​N/A
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-===== Protected Constructors ===== +** {{wiki:​ProtectedMethod.gif|}} GetLabelingCandidates(Feature,​GeoCanvas**
-===== Public Methods ===== +
-=== CloneDeep() === +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​[[ThinkGeo.MapSuite.Core.Style|Style]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]]> 
-=== Draw(IEnumerable<​Feature>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​feature//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//canvas// 
-**features*+    * Type:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]> +    * Description:​N/​A
-  * **Description**:N/A+
  
-**canvas** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +** {{wiki:ProtectedMethod.gif|}} GetLabelingCandidateCore(Feature,​GeoCanvas**
-  ​* **Description**:​N/​A+
  
-**labelsInThisLayer** +  ​//N/A// 
-  * **Type**:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**labelsInAllLayers** +== Return Value == 
-  ​* **Type**:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> +  * Type:​Collection<​[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]]> 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== Draw(IEnumerable<​BaseShape>,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) === +  * //feature/
-N/A +    * Type:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//canvas// 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**shapes** +** {{wiki:ProtectedMethod.gif|}} CheckDuplicate(LabelingCandidate,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) ​**
-  * **Type**:IEnumerable<​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]]> +
-  ​* **Description**:​N/​A+
  
-**canvas** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**labelsInThisLayer** +== Return Value == 
-  ​* **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**labelsInAllLayers** +== Parameters == 
-  * **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> +  * //​labelingCandidate//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] 
 +    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​canvas//​ 
-=== DrawSample(GeoCanvas,​DrawingRectangleF) === +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​labelsInThisLayer//​ 
-  **Return ​Type**:Void +    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​labelsInAllLayers//​ 
-**canvas*+    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-**drawingExtent** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] +** {{wiki:ProtectedMethod.gif|}} CheckDuplicateCore(LabelingCandidate,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) ​**
-  ​* **Description**:​N/​A+
  
-[[#Public Methods|Go Back]] +  * //N/A// 
-=== DrawSample(GeoCanvas) === +== Remarks == 
-N/A +  * //N/A//
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:Void +  * Type:Boolean 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-**canvas** +  //​labelingCandidate//​ 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +    * Type:​[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-[[#Public Methods|Go Back]] +  * //​canvas//​ 
-=== Equals(Object) === +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​labelsInThisLayer//​ 
-  **Return ​Type**:Boolean +    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  ​//​labelsInAllLayers//​ 
-**obj*+    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
-  * **Type**:Object +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-=== GetHashCode() === +** {{wiki:​ProtectedMethod.gif|}} CheckOverlapping(LabelingCandidate,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:​Boolean 
-=== GetRequiredColumnNames() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Collection<​String>​ +  * //​labelingCandidate//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  * //canvas// 
-[[#Public Methods|Go Back]] +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-=== GetType() === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​labelsInThisLayer//​ 
-  **Return ​Type**:Type +    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +  * //​labelsInAllLayers//​ 
-[[#Public Methods|Go Back]] +    * Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-=== SaveStyle(String) === +    * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +<div newline></​div>​ 
-  * **Return Type**:Void +** {{wiki:ProtectedMethod.gif|}} CheckOverlappingCore(LabelingCandidate,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) ​**
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +  * //N/A// 
-**filePathName** +== Remarks ​== 
-  * **Type**:​String +  * //N/A//
-  * **Description**:​N/A+
  
-[[#Public Methods|Go Back]] +== Return Value == 
-=== SaveStyle(Stream) === +  * Type:​Boolean 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Void +  * //​labelingCandidate//​ 
-  * **Description**:N/A+    ​* Type:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//canvas// 
-**stream*+    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Type**:Stream +    * Description:​N/​A
-  * **Description**:N/A+
  
-[[#Public Methods|Go Back]] +  * //​labelsInThisLayer//​ 
-=== ToString() === +    * Type:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//​labelsInAllLayers//​ 
-  **Return ​Type**:String +    * Type:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-[[#Public Methods|Go Back]] +** {{wiki:​ProtectedMethod.gif|}} GetLabelingCandidateForOnePolygon(PolygonShape,​String,​GeoCanvas) ​**
-===== Protected Methods ===== +
-=== AbbreviateText(Feature,​GeoCanvas) ​=== +
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:Void +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**feature** +  * Type:​[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**canvas** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * //​polygon//​ 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] 
 +    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +  * //text/
-=== AbbreviateTextCore(Feature,​GeoCanvas) === +    * Type:String 
-N/A +    * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//canvas// 
-  **Return ​Type**:Void +    * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**feature** +** {{wiki:ProtectedMethod.gif|}} Format(String,​BaseShape) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.Feature|Feature]] +
-  ​* **Description**:​N/​A+
  
-**canvas** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== CheckDuplicate(LabelingCandidate,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) === +  * Type:String 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return ​Type**:Boolean +  * //text// 
-  * **Description**:N/A+    ​* Type:String 
 +    * Description:​N/​A
  
-==== Parameters ==== +  ​//​labeledShape//​ 
-**labelingCandidate*+    * Type:​[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] +    * Description:​N/​A
-  * **Description**:N/A+
  
-**canvas** +<div newline></​div>​ 
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +** {{wiki:ProtectedMethod.gif|}} FormatCore(String,​BaseShape) ​**
-  ​* **Description**:​N/​A+
  
-**labelsInThisLayer** +  ​//N/A// 
-  * **Type**:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**labelsInAllLayers** +== Return Value == 
-  ​* **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +  * Type:String 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +== Parameters ​== 
-=== CheckDuplicateCore(LabelingCandidate,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) === +  * //text/
-N/A +    * Type:String 
-==== Remarks ==== +    * Description:​N/A
-N/A+
  
-**Return Value** +  ​//​labeledShape//​ 
-  **Return ​Type**:Boolean +    * Type:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] 
-  * **Description**:N/A+    * Description:​N/​A
  
-==== Parameters ==== +<div newline></​div>​ 
-**labelingCandidate** +** {{wiki:ProtectedMethod.gif|}} OnFormatting(FormattingPositionStyleEventArgs) ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] +
-  ​* **Description**:​N/​A+
  
-**canvas** +  ​//N/A// 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-**labelsInThisLayer** +== Return Value == 
-  ​* **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**labelsInAllLayers** +== Parameters == 
-  * **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> +  * //e// 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] 
 +    * Description:​N/​A
  
-[[#​Protected Methods|Go Back]] +<div newline></div> 
-=== CheckOverlapping(LabelingCandidate,​GeoCanvas,​Collection<SimpleCandidate>,Collection<SimpleCandidate>) === +** {{wiki:​ProtectedMethod.gif|}} OnFormatted(FormattedPositionStyleEventArgs**
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**labelingCandidate** +  * Type:Void 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-**canvas** +== Parameters == 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * //e// 
-  * **Description**:N/A+    ​* Type:​[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] 
 +    * Description:​N/​A
  
-**labelsInThisLayer** +<div newline></​div>​ 
-  * **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ​**
-  ​* **Description**:​N/​A+
  
-**labelsInAllLayers** +  ​//N/A// 
-  * **Type**:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#Protected Methods|Go Back]] +== Return Value == 
-=== CheckOverlappingCore(LabelingCandidate,​GeoCanvas,​Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) === +  * Type:[[ThinkGeo.MapSuite.Core.Style|Style]] 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Boolean +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} Finalize() ​**
  
-==== Parameters ==== +  * //N/A// 
-**labelingCandidate** +== Remarks ​== 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] +  * //N/A//
-  * **Description**:​N/A+
  
-**canvas** +== Return Value == 
-  ​* **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +  * Type:Void 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-**labelsInThisLayer** +== Parameters == 
-  * **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-**labelsInAllLayers** +  ​//N/A// 
-  * **Type**:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-[[#​Protected Methods|Go Back]] +== Return Value == 
-=== CloneDeepCore() === +  * Type:Object 
-N/A +  * Description:​N/A
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.Style|Style]] +<div newline></​div>​ 
-  ​* **Description**:​N/​A+==== Public Properties ==== 
 +** {{wiki:PublicProperty.gif|}} XOffsetInPixel ​**
  
-==== Parameters ==== +This property gets and sets the X pixel offset for drawing each feature. 
-[[#​Protected Methods|Go Back]] +== Remarks ​== 
-=== DrawCore(IEnumerable<​Feature>​,GeoCanvas,Collection<​SimpleCandidate>,​Collection<​SimpleCandidate>​) === +This property allows you to specify an X offset. When combined with a Y offsetit is useful to allow you to achieve effects such as drop shadowsetc. There also may be times when you need to modify the location of feature data so as to better align it with raster satellite data. 
-N/A +== Return Value == 
-==== Remarks ​==== +  * Type:Single
-N/A+
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} YOffsetInPixel ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property gets and sets the Y pixel offset for drawing each feature. 
-**features** +== Remarks ​== 
-  ​* **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +This property allows you to specify a Y offset. When combined with an X offset, it is useful to allow 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 better align it with raster satellite data. 
-  * **Description**:N/A+== Return Value == 
 +  * Type:Single
  
-**canvas** +** {{wiki:PublicProperty.gif|}} FittingLineInScreen ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +
-  ​* **Description**:​N/​A+
  
-**labelsInThisLayer** +This property gets and sets whether the labeler will try to fit the label as best as it can on the visible part of a line on the screen. 
-  * **Type**:​Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +== Remarks == 
-  * **Description**:N/A+A label will normally be displayed in the center of a lineIf only a small piece of the line is visible on the screen, we cannot see it's label by defaultIf we set this property to ture though, the label will be displayed in the center of that piece in screen. 
 +== Return Value == 
 +  * Type:Boolean
  
-**labelsInAllLayers** +** {{wiki:PublicProperty.gif|}} FittingPolygonInScreen ​**
-  * **Type**:Collection<​[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>​ +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property gets and sets whether the labeler will try to fit the label as best as it can on the visible part of polygon ​on the screen
-=== DrawSampleCore(GeoCanvas,​DrawingRectangleF) === +== Remarks == 
-This method draws sample feature ​on the canvas you provided+A label will normally be displayed in the center of a polygonIf only small piece of the polygon is visible ​on the screen, we cannot see it's label by defaultIf we set this property ​to ture though, the label will be displayed in the center of that piece in screen. 
-==== Remarks ​==== +== Return Value == 
-This virtual method is called from the concrete public method DrawIn this method, we draw sample style on the canvas you providedThis is typically used to display a legend or other sample area. When implementing this virtual methodconsider ​the canvas size and draw the sample image appropriately. You should keep in mind that the sample typically shows up on a legend.+  * Type:​Boolean
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} CustomTextStyles ​**
-  * **Return Type**:Void +
-  ​* **Description**:​None+
  
-==== Parameters ​==== +This property returns a collection of area styles allowing you to stack multiple area styles on top of each other. 
-**canvas** +== Remarks ​== 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +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. 
-  * **Description**:​This parameter represents the canvas you want to draw the features on.+== Return Value == 
 +  * Type:Collection<​[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]]>
  
-**drawingExtent** +** {{wiki:PublicProperty.gif|}} RotationAngle ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property gets and sets the rotation angle of the item being positioned. 
-=== FilterFeatures(IEnumerable<​Feature>,​GeoCanvas) === +== Remarks ​== 
-N/A +None 
-==== Remarks ==== +== Return Value == 
-N/A+  * Type:Double
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} TextFormat ​**
-  * **Return Type**:Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property gets and sets the format that will be applied to the text. 
-**features** +== Remarks ​== 
-  ​* **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +With this property, you can apply formats to the text that is retrieved from the feature. 
-  * **Description**:N/A+== Return Value == 
 +  * Type:String
  
-**canvas** +** {{wiki:PublicProperty.gif|}} NumericFormat ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property gets and sets the format that will be applied to the text which can be parsed to double type. 
-=== FilterFeaturesCore(IEnumerable<​Feature>,​GeoCanvas) === +== Remarks ​== 
-N/A +With this property, you can apply formats to the text that is retrieved from the feature. 
-==== Remarks ==== +== Return Value == 
-N/A+  * Type:String
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} DateFormat ​**
-  * **Return Type**:Collection<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property gets and sets the format that will be applied to the text which can be parsed to DateTime type. 
-**features** +== Remarks ​== 
-  ​* **Type**:​IEnumerable<​[[ThinkGeo.MapSuite.Core.Feature|Feature]]>​ +With this property, you can apply formats to the text that is retrieved from the feature. 
-  * **Description**:N/A+== Return Value == 
 +  * Type:String
  
-**canvas** +** {{wiki:PublicProperty.gif|}} TextSolidBrush ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property gets and sets the SolidBrush that will be used to draw the text. 
-=== Finalize() === +== Remarks ​== 
-N/A +You can use this property to draw a solid color; however, if you need to use other brushes, you can access them through the Advanced property of this class. 
-==== Remarks ==== +== Return Value == 
-N/A+  * Type:​[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} Font **
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property gets and sets the font that will be used to draw the text. 
-[[#Protected Methods|Go Back]] +== Remarks ​== 
-=== Format(String,​BaseShape) === +None 
-N/A +== Return Value == 
-==== Remarks ==== +  * Type:[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]]
-N/A+
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} HaloPen ​**
-  * **Return Type**:String +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property gets and sets the halo pen you may use to draw a halo around the text. 
-**text** +== Remarks ​== 
-  ​* **Type**:String +The halo pen allows you to draw a halo effect around the text, making it stand out more on a busy background. 
-  * **Description**:N/A+== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]
  
-**labeledShape** +** {{wiki:PublicProperty.gif|}} TextColumnName ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property gets and sets the column name in the data that you want to get the text from. 
-=== FormatCore(String,​BaseShape) === +== Remarks ​== 
-N/A +This property is used when retrieving text from a feature. You will want to specify the name of the column that contains the text you want to draw. 
-==== Remarks ==== +== Return Value == 
-N/A+  * Type:String
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} Mask **
-  * **Return Type**:String +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property gets and sets the AreaStyle used to draw a mask behind the text. 
-**text** +== Remarks ​== 
-  ​* **Type**:String +A mask is a plate behind the text that is rectangular and slightly larger than the width and height of the text. It allows the label to stand out well on a busy background. You can also try the HaloPen property instead of the mask, if the mask effect is too pronounced. 
-  * **Description**:​N/​A+== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]
  
-**labeledShape** +** {{wiki:PublicProperty.gif|}} MaskMargin ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.BaseShape|BaseShape]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property gets and sets the margin around the text that will be used for the mask. 
-=== GetLabelingCandidateCore(Feature,​GeoCanvas) === +== Remarks ​== 
-N/A +This determines how much larger the mask is than the text, in pixels. 
-==== Remarks ==== +== Return Value == 
-N/A+  * Type:Int32
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} Advanced ​**
-  * **Return Type**:Collection<​[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]]>​ +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +This property gets the advanced properties of the class. 
-**feature** +== Remarks ​== 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +The advanced properties have been consolidated in the Advanced property. This way, the standard options are more easily visible and the advanced options are hidden away. 
-  * **Description**:​N/​A+== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.TextStyleAdvanced|TextStyleAdvanced]]
  
-**canvas** +** {{wiki:PublicProperty.gif|}} ForceHorizontalLabelForLine ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +This property gets and sets whether we should force horizontal labeling for lines. 
-=== GetLabelingCandidates(Feature,​GeoCanvas) === +== Remarks ​== 
-N/A +Normally, lines are labeled in the direction of the line. There may be some cases, however, when you want to have the line labeled horizontally regardless of the line's direction. In such a case, you can set this property to force the lines to be labeled horizontally. 
-==== Remarks ==== +== Return Value == 
-N/A+  * Type:​Boolean
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} SplineType ​**
-  * **Return Type**:Collection<​[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]]>​ +
-  ​* **Description**:​N/​A+
  
-==== Parameters ​==== +Gets or sets the SplineType for labeling. 
-**feature** +== Remarks ​== 
-  ​* **Type**:​[[ThinkGeo.MapSuite.Core.Feature|Feature]] +N/A 
-  * **Description**:​N/​A+== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.SplineType|SplineType]]
  
-**canvas** +** {{wiki:PublicProperty.gif|}} DrawingLevel ​**
-  * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] +
-  ​* **Description**:​N/​A+
  
-[[#​Protected Methods|Go Back]] +Gets or sets the DrawingLavel for this style. 
-=== GetRequiredColumnNamesCore() === +== Remarks ==
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} LabelPositions ​**
-  * **Return Type**:Collection<​String>​ +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== +Gets a value represents a keyValuepair which is a feature id and label position of the feature 
-[[#​Protected Methods|Go Back]] +== Remarks ==
-=== MemberwiseClone() === +
-N/A +
-==== Remarks ​====+
 N/A N/A
 +== Return Value ==
 +  * Type:​Dictionary<​String,​[[ThinkGeo.MapSuite.Core.WorldLabelingCandidate|WorldLabelingCandidate]]>​
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} PolygonLabelingLocationMode ​**
-  * **Return Type**:Object +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== OnFormatted(FormattedPositionStyleEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:​[[ThinkGeo.MapSuite.Core.PolygonLabelingLocationMode|PolygonLabelingLocationMode]]
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} MaxNudgingInPixel ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== OnFormatting(FormattingPositionStyleEventArgs) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:Int32
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} NudgingIntervalInPixel ​**
-  * **Return Type**:Void +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**e** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-=== lD8=(PolygonShape,​String,​GeoCanvas) === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
 +== Return Value ==
 +  * Type:Single
  
-**Return Value** +** {{wiki:PublicProperty.gif|}} BestPlacementSymbolWidth ​**
-  * **Return Type**:[[ThinkGeo.MapSuite.Core.LabelingCandidate|LabelingCandidate]] +
-  ​* **Description**:​N/​A+
  
-==== Parameters ==== 
-**polygon** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.PolygonShape|PolygonShape]] 
-  * **Description**:​N/​A 
- 
-**text** 
-  * **Type**:​String 
-  * **Description**:​N/​A 
- 
-**canvas** 
-  * **Type**:​[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] 
-  * **Description**:​N/​A 
- 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== AbbreviationDictionary === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Dictionary<​String,​String>​+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} BestPlacementSymbolHeight **
-=== Advanced === +
-This property gets the advanced properties of the class. +
-==== Remarks ==== +
-The advanced properties have been consolidated in the Advanced property. This way, the standard options are more easily visible and the advanced options are hidden away. +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.TextStyleAdvanced|TextStyleAdvanced]]+
  
-[[#Public Properties|Go Back]] 
-=== AllowLineCarriage === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Single 
 + 
 +** {{wiki:PublicProperty.gif|}} AbbreviationDictionary **
  
-[[#Public Properties|Go Back]] 
-=== BestPlacement === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Dictionary<​String,​String>​
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} LeaderLineStyle ​**
-=== BestPlacementSymbolHeight === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Single+
  
-[[#Public Properties|Go Back]] 
-=== BestPlacementSymbolWidth === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]]
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} LeaderLineRule **
-=== CustomTextStyles === +
-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.Core.TextStyle|TextStyle]]>​+
  
-[[#Public Properties|Go Back]] 
-=== DateFormat === 
-This property gets and sets the format that will be applied to the text which can be parsed to DateTime type. 
-==== Remarks ==== 
-With this property, you can apply formats to the text that is retrieved from the feature. 
-==== Return Value ==== 
-**Return Type**:​String 
- 
-[[#Public Properties|Go Back]] 
-=== DrawingLevel === 
-Gets or sets the DrawingLavel for this style. 
-==== Remarks ==== 
 N/A N/A
-==== Return Value ==== +== Remarks == 
-**Return ​Type**:​[[ThinkGeo.MapSuite.Core.DrawingLevel|DrawingLevel]]+N/A 
 +== Return Value == 
 +  * Type:​[[ThinkGeo.MapSuite.Core.LabelLeaderLinesRule|LabelLeaderLinesRule]]
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} LeaderLineMinimumLengthInPixels **
-=== DuplicateRule === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.LabelDuplicateRule|LabelDuplicateRule]]+
  
-[[#Public Properties|Go Back]] 
-=== Filters === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Collection<​String>​+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} GridSize ​**
-=== FittingLineInScreen === +
-This property gets and sets whether the labeler will try to fit the label as best as it can on the visible part of a line on the screen. +
-==== Remarks ==== +
-A label will normally be displayed in the center of a line. If only a small piece of the line is visible on the screen, we cannot see it's label by default. If we set this property to ture though, the label will be displayed in the center of that piece in screen. +
-==== Return Value ==== +
-**Return Type**:Boolean+
  
-[[#Public Properties|Go Back]] 
-=== FittingPolygon === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Int32 
 + 
 +** {{wiki:PublicProperty.gif|}} DuplicateRule **
  
-[[#Public Properties|Go Back]] 
-=== FittingPolygonFactor === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Double+  * Type:[[ThinkGeo.MapSuite.Core.LabelDuplicateRule|LabelDuplicateRule]]
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} OverlappingRule ​**
-=== FittingPolygonInScreen === +
-This property gets and sets whether the labeler will try to fit the label as best as it can on the visible part of a polygon on the screen. +
-==== Remarks ==== +
-A label will normally be displayed in the center of a polygon. If only a small piece of the polygon is visible on the screen, we cannot see it's label by default. If we set this property to ture though, the label will be displayed in the center of that piece in screen. +
-==== Return Value ==== +
-**Return Type**:Boolean +
- +
-[[#Public Properties|Go Back]] +
-=== Font === +
-This property gets and sets the font that will be used to draw the text. +
-==== Remarks ==== +
-None +
-==== Return Value ==== +
-**Return Type**:​[[ThinkGeo.MapSuite.Core.GeoFont|GeoFont]] +
- +
-[[#Public Properties|Go Back]] +
-=== ForceHorizontalLabelForLine === +
-This property gets and sets whether we should force horizontal labeling for lines. +
-==== Remarks ==== +
-Normally, lines are labeled in the direction of the line. There may be some cases, however, when you want to have the line labeled horizontally regardless of the line's direction. In such a case, you can set this property to force the lines to be labeled horizontally. +
-==== Return Value ==== +
-**Return Type**:​Boolean+
  
-[[#Public Properties|Go Back]] 
-=== ForceLineCarriage === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​[[ThinkGeo.MapSuite.Core.LabelOverlappingRule|LabelOverlappingRule]] 
 + 
 +** {{wiki:PublicProperty.gif|}} AllowLineCarriage **
  
-[[#Public Properties|Go Back]] 
-=== GridSize === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Int32+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} SuppressPartialLabels **
-=== HaloPen === +
-This property gets and sets the halo pen you may use to draw a halo around the text. +
-==== Remarks ==== +
-The halo pen allows you to draw a halo effect around the text, making it stand out more on a busy background. +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.GeoPen|GeoPen]]+
  
-[[#Public Properties|Go Back]] 
-=== IsActive === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} ForceLineCarriage **
  
-[[#Public Properties|Go Back]] 
-=== LabelAllLineParts === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} FittingPolygon **
  
-[[#Public Properties|Go Back]] 
-=== LabelAllPolygonParts === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} LabelAllPolygonParts **
-=== LabelPositions === +
-Gets a value represents a keyValuepair which is a feature id and label position of the feature +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:Dictionary<​String,​[[ThinkGeo.MapSuite.Core.WorldLabelingCandidate|WorldLabelingCandidate]]>​+
  
-[[#Public Properties|Go Back]] 
-=== LeaderLineMinimumLengthInPixels === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} LabelAllLineParts **
-=== LeaderLineRule === +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.LabelLeaderLinesRule|LabelLeaderLinesRule]]+
  
-[[#Public Properties|Go Back]] 
-=== LeaderLineStyle === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.LineStyle|LineStyle]]+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:PublicProperty.gif|}} FittingPolygonFactor **
-=== Mask === +
-This property gets and sets the AreaStyle used to draw a mask behind the text. +
-==== Remarks ==== +
-A mask is a plate behind the text that is rectangular and slightly larger than the width and height of the text. It allows the label to stand out well on a busy background. You can also try the HaloPen property instead of the mask, if the mask effect is too pronounced. +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]]+
  
-[[#Public Properties|Go Back]] 
-=== MaskMargin === 
-This property gets and sets the margin around the text that will be used for the mask. 
-==== Remarks ==== 
-This determines how much larger the mask is than the text, in pixels. 
-==== Return Value ==== 
-**Return Type**:​Int32 
- 
-[[#Public Properties|Go Back]] 
-=== MaskType === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.MaskType|MaskType]]+  * Type:Double 
 + 
 +** {{wiki:PublicProperty.gif|}} TextLineSegmentRatio **
  
-[[#Public Properties|Go Back]] 
-=== MaxNudgingInPixel === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Int32+  * Type:Double 
 + 
 +** {{wiki:PublicProperty.gif|}} BestPlacement **
  
-[[#Public Properties|Go Back]] 
-=== Name === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:String+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} PointPlacement **
  
-[[#Public Properties|Go Back]] 
-=== NudgingIntervalInPixel === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:[[ThinkGeo.MapSuite.Core.PointPlacement|PointPlacement]]
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} MaskType ​**
-=== NumericFormat === +
-This property gets and sets the format that will be applied to the text which can be parsed to double type. +
-==== Remarks ==== +
-With this property, you can apply formats to the text that is retrieved from the feature. +
-==== Return Value ==== +
-**Return Type**:String+
  
-[[#Public Properties|Go Back]] 
-=== OverlappingRule === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​[[ThinkGeo.MapSuite.Core.LabelOverlappingRule|LabelOverlappingRule]]+  * Type:​[[ThinkGeo.MapSuite.Core.MaskType|MaskType]] 
 + 
 +** {{wiki:​PublicProperty.gif|}} Name **
  
-[[#Public Properties|Go Back]] 
-=== PointPlacement === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.PointPlacement|PointPlacement]]+  * Type:String 
 + 
 +** {{wiki:PublicProperty.gif|}} IsActive **
  
-[[#Public Properties|Go Back]] 
-=== PolygonLabelingLocationMode === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:[[ThinkGeo.MapSuite.Core.PolygonLabelingLocationMode|PolygonLabelingLocationMode]]+  * Type:Boolean 
 + 
 +** {{wiki:PublicProperty.gif|}} RequiredColumnNames **
  
-[[#Public Properties|Go Back]] 
-=== RequiredColumnNames === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:​Collection<​String>​+  * Type:​Collection<​String>​
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} Filters ​**
-=== RotationAngle === +
-This property gets and sets the rotation angle of the item being positioned. +
-==== Remarks ==== +
-None +
-==== Return Value ==== +
-**Return Type**:Double+
  
-[[#Public Properties|Go Back]] 
-=== SplineType === 
-Gets or sets the SplineType for labeling. 
-==== Remarks ==== 
 N/A N/A
-==== Return Value ==== +== Remarks ​==
-**Return Type**:​[[ThinkGeo.MapSuite.Core.SplineType|SplineType]] +
- +
-[[#Public Properties|Go Back]] +
-=== SuppressPartialLabels ===+
 N/A N/A
-==== Remarks ==== +== Return Value == 
-N/A +  * Type:Collection<​String>​
-==== Return Value ==== +
-**Return ​Type**:Boolean+
  
-[[#Public Properties|Go Back]] +==== Protected Properties ​==== 
-=== TextColumnName ​=== +** {{wiki:ProtectedProperty.gif|}} AllowSpline ​**
-This property gets and sets the column name in the data that you want to get the text from. +
-==== Remarks ==== +
-This property is used when retrieving text from a feature. You will want to specify the name of the column that contains the text you want to draw. +
-==== Return Value ==== +
-**Return Type**:String +
- +
-[[#Public Properties|Go Back]] +
-=== TextFormat === +
-This property gets and sets the format that will be applied to the text. +
-==== Remarks ==== +
-With this property, you can apply formats to the text that is retrieved from the feature. +
-==== Return Value ==== +
-**Return Type**:​String+
  
-[[#Public Properties|Go Back]] 
-=== TextLineSegmentRatio === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Double+  * Type:Boolean
  
-[[#Public Properties|Go Back]] +** {{wiki:ProtectedProperty.gif|}} IsDefault **
-=== TextSolidBrush === +
-This property gets and sets the SolidBrush that will be used to draw the text. +
-==== Remarks ==== +
-You can use this property to draw a solid color; however, if you need to use other brushes, you can access them through the Advanced property of this class. +
-==== Return Value ==== +
-**Return Type**:[[ThinkGeo.MapSuite.Core.GeoSolidBrush|GeoSolidBrush]]+
  
-[[#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 is useful to allow 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 better 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 is useful to allow 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 better align it with raster satellite data. 
-==== Return Value ==== 
-**Return Type**:​Single 
- 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-=== AllowSpline === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:​Boolean
  
-[[#​Protected Properties|Go Back]] +** {{wiki:​ProtectedProperty.gif|}} FiltersCore **
-=== FiltersCore ​=== +
-N/A +
-==== Remarks ==== +
-N/A +
-==== Return Value ==== +
-**Return Type**:​Collection<​String>​+
  
-[[#​Protected Properties|Go Back]] 
-=== uBs= === 
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Boolean+  * Type:Collection<​String>​
  
-[[#​Protected Properties|Go Back]] +==== Public Events ==== 
-===== Public Events ​===== +** {{wiki:​PublicEvent.gif|}} Formatting **
-=== Formatted ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]]
  
-[[#Public Events|Go Back]] +** {{wiki:​PublicEvent.gif|}} Formatted **
-=== Formatting ===+
 N/A N/A
-==== Remarks ​====+== Remarks ==
 N/A N/A
  
-**Event Arguments**:​[[ThinkGeo.MapSuite.Core.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]]+Event Arguments:​[[ThinkGeo.MapSuite.Core.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]]
  
-[[#Public Events|Go Back]] 
  
thinkgeo.mapsuite.core.textstyle.1442486448.txt.gz · Last modified: 2015/09/17 10:40 by admin