thinkgeo.mapsuite.silverlightcore.textstyle

This is an old revision of the document!


Table of Contents

ThinkGeo.MapSuite.SilverlightCore.TextStyle

<!– Class –>

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodTextStyle
Public MethodTextStyle String, GeoFont, GeoSolidBrush

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodDraw IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate> Style
Public MethodDraw IEnumerable<BaseShape>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate> Style
Public MethodDrawSample GeoCanvas, DrawingRectangleF Style
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetRequiredColumnNames Style
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Public Properties

Protected Properties

Public Events

Public Constructors

TextStyle()

Parameters

Name Type Description

Go Back

TextStyle(String, GeoFont, GeoSolidBrush)

Parameters

Name Type Description
textColumnName String<!– System.String –>
textFont GeoFont<!– ThinkGeo.MapSuite.SilverlightCore.GeoFont –>
textSolidBrush GeoSolidBrush<!– ThinkGeo.MapSuite.SilverlightCore.GeoSolidBrush –>

Go Back

Protected Constructors

Public Methods

Draw(IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
features IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

Draw(IEnumerable<BaseShape>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
shapes IEnumerable<BaseShape><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.BaseShape} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

DrawSample(GeoCanvas, DrawingRectangleF)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
drawingExtent DrawingRectangleF<!– ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetRequiredColumnNames()

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

CheckDuplicate(LabelingCandidate, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
labelingCandidate LabelingCandidate<!– ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

CheckDuplicateCore(LabelingCandidate, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
labelingCandidate LabelingCandidate<!– ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

CheckOverlapping(LabelingCandidate, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
labelingCandidate LabelingCandidate<!– ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

CheckOverlappingCore(LabelingCandidate, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
labelingCandidate LabelingCandidate<!– ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

DrawCore(IEnumerable<Feature>, GeoCanvas, Collection<SimpleCandidate>, Collection<SimpleCandidate>)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
features IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
labelsInThisLayer Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>
labelsInAllLayers Collection<SimpleCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.SimpleCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style(overriden) –> Go Back

DrawSampleCore(GeoCanvas, DrawingRectangleF)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>
drawingExtent DrawingRectangleF<!– ThinkGeo.MapSuite.SilverlightCore.DrawingRectangleF –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style(overriden) –> Go Back

FilterFeaturesCore(IEnumerable<Feature>, GeoCanvas)

Return Value

Return Type Description
Collection<Feature><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.Feature} –>

Parameters

Name Type Description
features IEnumerable<Feature><!– System.Collections.Generic.IEnumerable{ThinkGeo.MapSuite.SilverlightCore.Feature} –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

Finalize()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

FormatCore(String, BaseShape)

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description
text String<!– System.String –>
labeledShape BaseShape<!– ThinkGeo.MapSuite.SilverlightCore.BaseShape –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

GetLabelingCandidateCore(Feature, GeoCanvas)

Return Value

Return Type Description
Collection<LabelingCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate} –>

Parameters

Name Type Description
feature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

GetLabelingCandidates(Feature, GeoCanvas)

Return Value

Return Type Description
Collection<LabelingCandidate><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.LabelingCandidate} –>

Parameters

Name Type Description
feature Feature<!– ThinkGeo.MapSuite.SilverlightCore.Feature –>
canvas GeoCanvas<!– ThinkGeo.MapSuite.SilverlightCore.GeoCanvas –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

GetRequiredColumnNamesCore()

Return Value

Return Type Description
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.SilverlightCore.Style(overriden) –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

OnFormatted(FormattedPositionStyleEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e FormattedPositionStyleEventArgs<!– ThinkGeo.MapSuite.SilverlightCore.FormattedPositionStyleEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

OnFormatting(FormattingPositionStyleEventArgs)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
e FormattingPositionStyleEventArgs<!– ThinkGeo.MapSuite.SilverlightCore.FormattingPositionStyleEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

Public Properties

Advanced

Return Value

Return Type
TextStyleAdvanced<!– ThinkGeo.MapSuite.SilverlightCore.TextStyleAdvanced –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

AllowLineCarriage

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

AllowSpline

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

BestPlacement

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

CustomTextStyles

Return Value

Return Type
Collection<TextStyle><!– System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.TextStyle} –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

DateFormat

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

DrawingLevel

Return Value

Return Type
DrawingLevel<!– ThinkGeo.MapSuite.SilverlightCore.DrawingLevel –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

DuplicateRule

Return Value

Return Type
LabelDuplicateRule<!– ThinkGeo.MapSuite.SilverlightCore.LabelDuplicateRule –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

FittingLineInScreen

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

FittingPolygon

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

FittingPolygonFactor

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

Font

Return Value

Return Type
GeoFont<!– ThinkGeo.MapSuite.SilverlightCore.GeoFont –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

ForceHorizontalLabelForLine

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

ForceLineCarriage

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

GridSize

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

HaloPen

Return Value

Return Type
GeoPen<!– ThinkGeo.MapSuite.SilverlightCore.GeoPen –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

IsActive

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

LabelAllLineParts

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

LabelAllPolygonParts

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

LabelPositions

Return Value

Return Type
Dictionary<String,WorldLabelingCandidate><!– System.Collections.Generic.Dictionary{System.String,ThinkGeo.MapSuite.SilverlightCore.WorldLabelingCandidate} –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

LabelingLocationModeForPolygon

Return Value

Return Type
PolygonLabelingLocationMode<!– ThinkGeo.MapSuite.SilverlightCore.PolygonLabelingLocationMode –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

Mask

Return Value

Return Type
AreaStyle<!– ThinkGeo.MapSuite.SilverlightCore.AreaStyle –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

MaskMargin

Return Value

Return Type
Int32<!– System.Int32 –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

Name

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

NumericFormat

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

OverlappingRule

Return Value

Return Type
LabelOverlappingRule<!– ThinkGeo.MapSuite.SilverlightCore.LabelOverlappingRule –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

PointPlacement

Return Value

Return Type
PointPlacement<!– ThinkGeo.MapSuite.SilverlightCore.PointPlacement –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

RequiredColumnNames

Return Value

Return Type
Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

<!– ThinkGeo.MapSuite.SilverlightCore.Style –> Go Back

RotationAngle

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

SplineType

Return Value

Return Type
SplineType<!– ThinkGeo.MapSuite.SilverlightCore.SplineType –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

SuppressPartialLabels

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

TextColumnName

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

TextFormat

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

TextLineSegmentRatio

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

TextSolidBrush

Return Value

Return Type
GeoSolidBrush<!– ThinkGeo.MapSuite.SilverlightCore.GeoSolidBrush –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

XOffsetInPixel

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

YOffsetInPixel

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.SilverlightCore.TextStyle –> Go Back

Protected Properties

PolygonLabelingLocationMode

Return Value

Return Type
PolygonLabelingLocationMode<!– ThinkGeo.MapSuite.SilverlightCore.PolygonLabelingLocationMode –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

Public Events

Formatted

Event Arguments

Event Arguments
FormattedPositionStyleEventArgs<!– ThinkGeo.MapSuite.SilverlightCore.FormattedPositionStyleEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

Formatting

Event Arguments

Event Arguments
FormattingPositionStyleEventArgs<!– ThinkGeo.MapSuite.SilverlightCore.FormattingPositionStyleEventArgs –>

<!– ThinkGeo.MapSuite.SilverlightCore.PositionStyle –> Go Back

NOTOC SilverlightMapSuiteCore ThinkGeo.MapSuite.SilverlightCore UpdateDocumentation

thinkgeo.mapsuite.silverlightcore.textstyle.1440040134.txt.gz · Last modified: 2015/09/21 03:24 (external edit)