====== ThinkGeo.MapSuite.SilverlightCore.TextStyle ====== {{section>upgrade_map_suite_to_10.0}} This class is used to label features on the map. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.SilverlightCore.Style *ThinkGeo.MapSuite.SilverlightCore.PositionStyle ***ThinkGeo.MapSuite.SilverlightCore.TextStyle** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} TextStyle() ** * //This is a constructor for the class.// == Remarks == * //If you use this constructor, you should set the required properties manually.// == Parameters ==
** {{wiki:PublicMethod.gif|}} 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// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoFont|GeoFont]] * Description:This parameter is the font used to draw the text. * //textSolidBrush// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoSolidBrush|GeoSolidBrush]] * Description:This parameter is the TextSolidBrush used to draw the text.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Draw(IEnumerable,GeoCanvas,Collection,Collection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //features// * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A * //labelsInThisLayer// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A * //labelsInAllLayers// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A
** {{wiki:PublicMethod.gif|}} Draw(IEnumerable,GeoCanvas,Collection,Collection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //shapes// * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]]> * Description:N/A * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A * //labelsInThisLayer// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A * //labelsInAllLayers// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A
** {{wiki:PublicMethod.gif|}} GetRequiredColumnNames() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} DrawSample(GeoCanvas,DrawingRectangleF) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A * //drawingExtent// * Type:[[ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF|DrawingRectangleF]] * Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} DrawSampleCore(GeoCanvas,DrawingRectangleF) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A * //drawingExtent// * Type:[[ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF|DrawingRectangleF]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} FormatCore(String,BaseShape) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //text// * Type:String * Description:N/A * //labeledShape// * Type:[[ThinkGeo.MapSuite.SilverlightCore.BaseShape|BaseShape]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnFormatting(FormattingPositionStyleEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.SilverlightCore.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} OnFormatted(FormattedPositionStyleEventArgs) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //e// * Type:[[ThinkGeo.MapSuite.SilverlightCore.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} DrawCore(IEnumerable,GeoCanvas,Collection,Collection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //features// * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A * //labelsInThisLayer// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A * //labelsInAllLayers// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetRequiredColumnNamesCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} FilterFeatures(IEnumerable,GeoCanvas) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A == Parameters == * //features// * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} FilterFeaturesCore(IEnumerable,GeoCanvas) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A == Parameters == * //features// * Type:IEnumerable<[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]]> * Description:N/A * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetLabelingCandidates(Feature,GeoCanvas) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate|LabelingCandidate]]> * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] * Description:N/A * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} GetLabelingCandidateCore(Feature,GeoCanvas) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate|LabelingCandidate]]> * Description:N/A == Parameters == * //feature// * Type:[[ThinkGeo.MapSuite.SilverlightCore.Feature|Feature]] * Description:N/A * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CheckDuplicate(LabelingCandidate,GeoCanvas,Collection,Collection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //labelingCandidate// * Type:[[ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate|LabelingCandidate]] * Description:N/A * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A * //labelsInThisLayer// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A * //labelsInAllLayers// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CheckDuplicateCore(LabelingCandidate,GeoCanvas,Collection,Collection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //labelingCandidate// * Type:[[ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate|LabelingCandidate]] * Description:N/A * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A * //labelsInThisLayer// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A * //labelsInAllLayers// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CheckOverlapping(LabelingCandidate,GeoCanvas,Collection,Collection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //labelingCandidate// * Type:[[ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate|LabelingCandidate]] * Description:N/A * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A * //labelsInThisLayer// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A * //labelsInAllLayers// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} CheckOverlappingCore(LabelingCandidate,GeoCanvas,Collection,Collection) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //labelingCandidate// * Type:[[ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate|LabelingCandidate]] * Description:N/A * //canvas// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoCanvas|GeoCanvas]] * Description:N/A * //labelsInThisLayer// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A * //labelsInAllLayers// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate|SimpleCandidate]]> * Description:N/A
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} LabelingLocationModeForPolygon ** This property gets and sets the mode that determines how to locate polygon's labeling == Remarks == There are two ways to handle polygon's labeling location. The first is to use polygon's centroid as the labeling location, the second way is to use polygon's boungdingbox center as the labeling location. == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.PolygonLabelingLocationMode|PolygonLabelingLocationMode]] ** {{wiki:PublicProperty.gif|}} 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 == * Type:Single ** {{wiki:PublicProperty.gif|}} 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 == * Type:Single ** {{wiki:PublicProperty.gif|}} GridSize ** This property gets and sets the grid size used for deterministic labeling. == Remarks == The grid size determines how many labels will be considered as candidates for drawing. The smaller the grid size, the higher the density of candidates. Making the grid size too small may have a performance impact. == Return Value == * Type:Int32 ** {{wiki:PublicProperty.gif|}} 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 == * Type:Boolean ** {{wiki:PublicProperty.gif|}} 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 == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.TextStyle|TextStyle]]> ** {{wiki:PublicProperty.gif|}} RotationAngle ** This property gets and sets the rotation angle of the item being positioned. == Remarks == None == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} 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 == * Type:String ** {{wiki:PublicProperty.gif|}} 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 == * Type:String ** {{wiki:PublicProperty.gif|}} 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 == * Type:String ** {{wiki:PublicProperty.gif|}} 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 == * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoSolidBrush|GeoSolidBrush]] ** {{wiki:PublicProperty.gif|}} Font ** This property gets and sets the font that will be used to draw the text. == Remarks == None == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoFont|GeoFont]] ** {{wiki:PublicProperty.gif|}} 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 == * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoPen|GeoPen]] ** {{wiki:PublicProperty.gif|}} TextColumnName ** 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 == * Type:String ** {{wiki:PublicProperty.gif|}} 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 == * Type:[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] ** {{wiki:PublicProperty.gif|}} 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 == * Type:Int32 ** {{wiki:PublicProperty.gif|}} 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 == * Type:[[ThinkGeo.MapSuite.SilverlightCore.TextStyleAdvanced|TextStyleAdvanced]] ** {{wiki:PublicProperty.gif|}} DuplicateRule ** This property gets and sets the rule that determines how duplicate labels are handled. == Remarks == There are three ways to handle duplicate label names. The first is to suppress all duplicates, which means if there are two street segments with the same name then only one will be drawn. The second way is to suppress duplicate labels only if they are in one quarter of the screen. In this way, the screen will be divided into four quadrants, and if the two duplicate labels are in different quadrants, then they will both draw. The last way is to draw all duplicates. == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.LabelDuplicateRule|LabelDuplicateRule]] ** {{wiki:PublicProperty.gif|}} OverlappingRule ** This property gets and sets the rule that determines how overlapping labels are handled. == Remarks == This defines the rules for label overlapping. Currently, either we allow overlapping or we do not. In the future, we may extend this to allow some percentage of partial overlapping. == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.LabelOverlappingRule|LabelOverlappingRule]] ** {{wiki:PublicProperty.gif|}} AllowSpline ** This property gets and sets whether line labels are allowed to spline around curved lines. == Remarks == This property will allow the labeler to spline the label around curved lines. This is useful for curved streets that need to be labeled. This can have a considerable performance impact, so we suggest you experiment with it to ensure it can meet your needs. == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} AllowLineCarriage ** This property gets and sets whether the labeler will allow carriage returns to be inserted. == Remarks == This property enables the labeler to split long labels into multiple lines if need be. For instance, if you have a lake whose name is "Southern Homestead Lake," then the labeler may try and break the name onto multiple lines in order to better label the feature. == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} ForceLineCarriage ** This property gets and sets whether the labeler will force carriage returns to be inserted. == Remarks == This property forces the labeler to split long labels into multiple lines. For instance, if you have a lake whose name is "Southern Homestead Lake," then the labeler will break the name onto multiple lines in order to better label the feature. == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} FittingPolygon ** This property gets and sets whether the labeler will try to fit the label as best as it can within the boundary of a polygon. == Remarks == None == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} LabelAllPolygonParts ** This property gets and sets whether the labeler will label every part of a multi-part polygon. == Remarks == In some cases, you may want to label all of the parts of a multi-part polygon, while in other cases you may not. For example, you may have a series of lakes where you do want to label each polygon. In another case, you may have a country with many small islands and in this case you only want to label the largest polygon. == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} LabelAllLineParts ** This property gets and sets whether the labeler will label every part of a multi-part line. == Remarks == In some cases, you may want to label all of the parts of a multi-part line, while in other cases you may not. == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} 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 == * Type:Boolean ** {{wiki:PublicProperty.gif|}} FittingPolygonFactor ** This property gets and sets the factor to which it will keep the label inside of the polygon. == Remarks == None == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} SuppressPartialLabels ** This property gets and sets whether a partial label in the current extent will be drawn or not. == Remarks == This property provides a solution to the "cut off" label issue in Map Suite Web Edition and Desktop Edition, which occurs when multiple tiles exist. When you set this property to true, any labels outside of the current extent will not be drawn. == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} TextLineSegmentRatio ** This property gets and sets the ratio required for the label length to match the line length. == Remarks == This allows you to suppress labels where the label length would greatly exceed the line length. For example, if you set the ratio to 1, then the label will be suppressed if it is longer than the line. If the ratio is lower, then the label would need to be shorter than the line. If higher, then the label is allowed to run past the length of the line. This allows you to control the look of things like road labeling. == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} BestPlacement ** This property gets and sets whether the labeler will attempt to change the label position to avoid overlapping for point-based features. == Remarks == The positioning of point labels is mainly determined by the PointPlacement property. This allows you place the text to the right, top, bottom, etc. of the point. In some cases, placing the text in a certain place will cause many labels to be suppressed when the points are dense. This property allows you to override the PointPlacement property and allow the labeler to try other locations, if the default location would cause the label to be suppressed. == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} PointPlacement ** This property gets and sets the location of the label for point features relative to the point. == Remarks == This property allows you to choose where the labels are created relative to the point. For example, you can set the property to RightCenter, which would ensure that all labels are placed to the right of and vertically centered with the point. Different kinds of point layers can be positioned differently. If the point layer is dense and position is not a main concern, then you can try the BestPlacement property. That property overrides this property and tries to fit the label in the best location so that the minimum number of labels are suppressed due to overlapping issues. == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.PointPlacement|PointPlacement]] ** {{wiki:PublicProperty.gif|}} SplineType ** Gets or sets the SplineType for labeling. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.SplineType|SplineType]] ** {{wiki:PublicProperty.gif|}} DrawingLevel ** Gets or sets the DrawingLavel for this style. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.DrawingLevel|DrawingLevel]] ** {{wiki:PublicProperty.gif|}} LabelPositions ** Gets a value represents a keyValuepair which is a feature id and label position of the feature == Remarks == N/A == Return Value == * Type:Dictionary ** {{wiki:PublicProperty.gif|}} Name ** N/A == Remarks == N/A == Return Value == * Type:String ** {{wiki:PublicProperty.gif|}} IsActive ** N/A == Remarks == N/A == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} RequiredColumnNames ** N/A == Remarks == N/A == Return Value == * Type:Collection ==== Protected Properties ==== ** {{wiki:ProtectedProperty.gif|}} PolygonLabelingLocationMode ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.PolygonLabelingLocationMode|PolygonLabelingLocationMode]] ** {{wiki:ProtectedProperty.gif|}} bho= ** N/A == Remarks == N/A == Return Value == * Type:Boolean ==== Public Events ==== ** {{wiki:PublicEvent.gif|}} Formatting ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.FormattingPositionStyleEventArgs|FormattingPositionStyleEventArgs]] ** {{wiki:PublicEvent.gif|}} Formatted ** N/A == Remarks == N/A Event Arguments:[[ThinkGeo.MapSuite.SilverlightCore.FormattedPositionStyleEventArgs|FormattedPositionStyleEventArgs]]