====== ThinkGeo.MapSuite.Styles.TextStyles ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Styles.TextStyles** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ==== Public Methods ==== ** {{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 ==
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateMaskTextStyle(String,String,Single,DrawingFontStyles,GeoColor,GeoColor,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired TextStyle. == Parameters == * //textColumnName// * Type:String * Description:The string stands for the column name. * //fontFamilyName// * Type:String * Description:The string stands for the font family name. For example : "Arial". * //fontSize// * Type:Single * Description:The float number stands for the font size. * //drawingFontStyle// * Type:[[ThinkGeo.MapSuite.Drawing.DrawingFontStyles|DrawingFontStyles]] * Description:The DrawingFontStyles used to set the style of the font. * //fontColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the font color. * //maskFillColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the mask fill color. * //xOffset// * Type:Single * Description:The float value stands for the xOffset of the font on the map in pixel * //yOffset// * Type:Single * Description:The float value stands for the yOffset of the font on the map in pixel
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateMaskTextStyle(String,GeoFont,GeoSolidBrush,AreaStyle,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired TextStyle. == Parameters == * //textColumnName// * Type:String * Description:The string stands for the column name. * //textFont// * Type:[[ThinkGeo.MapSuite.Drawing.GeoFont|GeoFont]] * Description:The GeoFont used to set the font of the text. * //textBrush// * Type:[[ThinkGeo.MapSuite.Drawing.GeoSolidBrush|GeoSolidBrush]] * Description:The GeoSolidBrush used to set the brush of the text. * //areaStyle// * Type:[[ThinkGeo.MapSuite.Styles.AreaStyle|AreaStyle]] * Description:The areaStyle used as mask of of the TextStyle. * //xOffset// * Type:Single * Description:The float value stands for the xOffset of the font on the map in pixel * //yOffset// * Type:Single * Description:The float value stands for the yOffset of the font on the map in pixel
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateMaskTextStyle(String,String,Single,DrawingFontStyles,GeoColor,GeoColor,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired TextStyle. == Parameters == * //textColumnName// * Type:String * Description:The string stands for the column name. * //fontFamilyName// * Type:String * Description:The string stands for the font family name. For example : "Arial". * //fontSize// * Type:Single * Description:The float number stands for the font size. * //drawingFontStyle// * Type:[[ThinkGeo.MapSuite.Drawing.DrawingFontStyles|DrawingFontStyles]] * Description:The DrawingFontStyles used to set the style of the font. * //fontColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the font color. * //maskPenColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the mask pen color. * //maskPenSize// * Type:Single * Description:The float value used to set the mask pen size.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateMaskTextStyle(String,String,Single,DrawingFontStyles,GeoColor,GeoColor,Single,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired TextStyle. == Parameters == * //textColumnName// * Type:String * Description:The string stands for the column name. * //fontFamilyName// * Type:String * Description:The string stands for the font family name. For example : "Arial". * //fontSize// * Type:Single * Description:The float number stands for the font size. * //drawingFontStyle// * Type:[[ThinkGeo.MapSuite.Drawing.DrawingFontStyles|DrawingFontStyles]] * Description:The DrawingFontStyles used to set the style of the font. * //fontColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the font color. * //maskPenColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the mask pen color. * //maskPenSize// * Type:Single * Description:The float value used to set the mask pen size. * //xOffset// * Type:Single * Description:The float value stands for the xOffset of the font on the map in pixel * //yOffset// * Type:Single * Description:The float value stands for the yOffset of the font on the map in pixel
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} City1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} City2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} City3(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} City4(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} City5(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} City6(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} City7(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Capital1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Capital2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Capital3(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} NoData1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Water1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Water2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Military1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Wildlife1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} State1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} State2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Swamp1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Swamp2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Urban1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Urban2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Country1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Country2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} County1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} County2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Antarctical(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Evergreen1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Evergreen2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Grass1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} WaterIntermittent1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Sand1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} SeaIce1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} SnowIce1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Tundra1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Crop1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Forest1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:The column name in the DBF that contains the text you wish to display on the label.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Park1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} LocalRoad1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} LocalRoad2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} LocalRoad3(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} LocalRoad4(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} SecondaryRoad1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} SecondaryRoad2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} MajorStreet1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} MajorStreet2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} MajorStreet3(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} MajorRoad1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} MajorRoad2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} MajorRoad3(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} MajorRoad4(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Highway1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Highway2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Highway3(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Highway4(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Highway5(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Interstate1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Interstate2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Interstate3(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Interstate4(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} InternationalBorder1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} InternationalBorder2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Railway1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Railway2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Railway3(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Railway4(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} StateBorder1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} River1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} River2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Canal1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ContestedBorder1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} ContestedBorder2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} DegreeLine1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Equator1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} RiverIntermittent1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Pipeline1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Pipeline2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Pipeline3(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Utility1(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Utility2(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} Utility3(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired commonly-used Textstyle. == Parameters == * //textColumnName// * Type:String * Description:N/A
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleTextStyle(String,String,Single,DrawingFontStyles,GeoColor) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired TextStyle. == Parameters == * //textColumnName// * Type:String * Description:The string stands for the column name. * //fontFamilyName// * Type:String * Description:The string stands for the font family name. For example : "Arial". * //fontSize// * Type:Single * Description:The float number stands for the font size. * //drawingFontStyle// * Type:[[ThinkGeo.MapSuite.Drawing.DrawingFontStyles|DrawingFontStyles]] * Description:The DrawingFontStyles used to set the style of the font. * //fontColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the font color.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleTextStyle(String,String,Single,DrawingFontStyles,GeoColor,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired TextStyle. == Parameters == * //textColumnName// * Type:String * Description:The string stands for the column name. * //fontFamilyName// * Type:String * Description:The string stands for the font family name. For example : "Arial". * //fontSize// * Type:Single * Description:The float number stands for the font size. * //drawingFontStyle// * Type:[[ThinkGeo.MapSuite.Drawing.DrawingFontStyles|DrawingFontStyles]] * Description:The DrawingFontStyles used to set the style of the font. * //fontColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the font color. * //xOffset// * Type:Single * Description:The float value stands for the xOffset of the font on the map in pixel * //yOffset// * Type:Single * Description:The float value stands for the yOffset of the font on the map in pixel
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleTextStyle(String,String,Single,DrawingFontStyles,GeoColor,GeoColor,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired TextStyle. == Parameters == * //textColumnName// * Type:String * Description:The string stands for the column name. * //fontFamilyName// * Type:String * Description:The string stands for the font family name. For example : "Arial". * //fontSize// * Type:Single * Description:The float number stands for the font size. * //drawingFontStyle// * Type:[[ThinkGeo.MapSuite.Drawing.DrawingFontStyles|DrawingFontStyles]] * Description:The DrawingFontStyles used to set the style of the font. * //fontColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the font color. * //haloPenColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the halopen color. * //haloPenWidth// * Type:Single * Description:The float value to set the halopen width value.
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleTextStyle(String,String,Single,DrawingFontStyles,GeoColor,GeoColor,Single,Single,Single) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired TextStyle. == Parameters == * //textColumnName// * Type:String * Description:The string stands for the column name. * //fontFamilyName// * Type:String * Description:The string stands for the font family name. For example : "Arial". * //fontSize// * Type:Single * Description:The float number stands for the font size. * //drawingFontStyle// * Type:[[ThinkGeo.MapSuite.Drawing.DrawingFontStyles|DrawingFontStyles]] * Description:The DrawingFontStyles used to set the style of the font. * //fontColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the font color. * //haloPenColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the halopen color. * //haloPenWidth// * Type:Single * Description:The float value to set the halopen width value. * //xOffset// * Type:Single * Description:The float value stands for the xOffset of the font on the map in pixel * //yOffset// * Type:Single * Description:The float value stands for the yOffset of the font on the map in pixel
** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateMaskTextStyle(String,String,Single,DrawingFontStyles,GeoColor,GeoColor) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Styles.TextStyle|TextStyle]] * Description:The desired TextStyle. == Parameters == * //textColumnName// * Type:String * Description:The string stands for the column name. * //fontFamilyName// * Type:String * Description:The string stands for the font family name. For example : "Arial". * //fontSize// * Type:Single * Description:The float number stands for the font size. * //drawingFontStyle// * Type:[[ThinkGeo.MapSuite.Drawing.DrawingFontStyles|DrawingFontStyles]] * Description:The DrawingFontStyles used to set the style of the font. * //fontColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the font color. * //maskFillColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:The GeoColor used to set the mask fill color.
===== Protected Methods ===== ** {{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 ==== ==== Protected Properties ==== ==== Public Events ====