This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.legenditem [2015/09/17 10:33] admin |
thinkgeo.mapsuite.core.legenditem [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.LegendItem ====== | ====== ThinkGeo.MapSuite.Core.LegendItem ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
+ | |||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
*System.Object | *System.Object | ||
***ThinkGeo.MapSuite.Core.LegendItem** | ***ThinkGeo.MapSuite.Core.LegendItem** | ||
===== Members Summary ===== | ===== Members Summary ===== | ||
- | === Public Constructors === | + | ==== Public Constructors ==== |
- | <div class_table> | + | ** {{wiki:PublicMethod.gif|}} LegendItem() ** |
- | **{{wiki:PublicMethod.gif|}}[[#LegendItem()|LegendItem]]** | + | |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | N/A |
- | **{{wiki:PublicMethod.gif|}}[[#LegendItem(Int32,Int32,Single,Single,Style,TextStyle)|LegendItem]]** | + | == Remarks == |
- | * **Parameters**:Int32,Int32,Single,Single,[[ThinkGeo.MapSuite.Core.Style|Style]],[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] | + | N/A |
- | * **DeclaringType**:N/A | + | == Parameters == |
- | * **Summary**:N/A | + | <div newline></div> |
- | </div> | + | ** {{wiki:PublicMethod.gif|}} LegendItem(Int32,Int32,Single,Single,Style,TextStyle) ** |
- | === Protected Constructors === | + | N/A |
- | === Public Methods === | + | == Remarks == |
- | <div class_table> | + | N/A |
- | **{{wiki:PublicMethod.gif|}}[[#Draw(GeoCanvas,Collection<SimpleCandidate>,LegendDrawingParameters)|Draw]]** | + | == Parameters == |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,[[ThinkGeo.MapSuite.Core.LegendDrawingParameters|LegendDrawingParameters]] | + | * //width// |
- | * **DeclaringType**:N/A | + | * Type:Int32 |
- | * **Summary**:N/A | + | * Description:N/A |
- | </div> | + | |
- | <div class_table> | + | * //height// |
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | + | * Type:Int32 |
- | * **Parameters**:Object | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //imageWidth// |
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | + | * Type:Single |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //imageHeight// |
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | + | * Type:Single |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | * //imageStyle// |
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | + | * Type:[[ThinkGeo.MapSuite.Core.Style|Style]] |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Protected Methods === | + | * //textStyle// |
- | <div class_table> | + | * Type:[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] |
- | **{{wiki:ProtectedMethod.gif|}}[[#CustomWarpLength()|CustomWarpLength]]** | + | * Description:N/A |
- | * **Parameters**:N/A | + | |
- | * **DeclaringType**:N/A | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | <div newline></div> |
- | **{{wiki:ProtectedMethod.gif|}}[[#DrawCore(GeoCanvas,Collection<SimpleCandidate>,LegendDrawingParameters)|DrawCore]]** | + | ==== Protected Constructors ==== |
- | * **Parameters**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]],Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]>,[[ThinkGeo.MapSuite.Core.LegendDrawingParameters|LegendDrawingParameters]] | + | ==== Public Methods ==== |
- | * **DeclaringType**:N/A | + | ** {{wiki:PublicMethod.gif|}} Draw(GeoCanvas,Collection<SimpleCandidate>,LegendDrawingParameters) ** |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | N/A |
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | + | == Remarks == |
- | * **Parameters**:N/A | + | N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | <div class_table> | + | == Return Value == |
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | + | * Type:Void |
- | * **Parameters**:N/A | + | * Description:N/A |
- | * **DeclaringType**:Object | + | |
- | * **Summary**:N/A | + | |
- | </div> | + | |
- | === Public Properties === | + | == Parameters == |
- | **{{wiki:PublicProperty.gif|}}[[#BackgroundMask|BackgroundMask]]** | + | * //adornmentGeoCanvas// |
- | * **Return**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#BottomPadding|BottomPadding]]** | + | * //labelsInAllLayers// |
- | * **Return**:Single | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#Height|Height]]** | + | * //legendDrawingParameters// |
- | * **Return**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.LegendDrawingParameters|LegendDrawingParameters]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#ImageBottomPadding|ImageBottomPadding]]** | + | <div newline></div> |
- | * **Return**:Single | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#ImageHeight|ImageHeight]]** | + | N/A |
- | * **Return**:Single | + | == Remarks == |
- | * **Summary**:N/A | + | N/A |
- | **{{wiki:PublicProperty.gif|}}[[#ImageJustificationMode|ImageJustificationMode]]** | + | == Return Value == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.LegendImageJustificationMode|LegendImageJustificationMode]] | + | * Type:String |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#ImageLeftPadding|ImageLeftPadding]]** | + | == Parameters == |
- | * **Return**:Single | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | **{{wiki:PublicProperty.gif|}}[[#ImageMask|ImageMask]]** | + | N/A |
- | * **Return**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | + | == Remarks == |
- | * **Summary**:N/A | + | N/A |
- | **{{wiki:PublicProperty.gif|}}[[#ImageRightPadding|ImageRightPadding]]** | + | == Return Value == |
- | * **Return**:Single | + | * Type:Boolean |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#ImageStyle|ImageStyle]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | * //obj// |
- | * **Summary**:N/A | + | * Type:Object |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#ImageTopPadding|ImageTopPadding]]** | + | <div newline></div> |
- | * **Return**:Single | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | * **Summary**:N/A | + | |
- | **{{wiki:PublicProperty.gif|}}[[#ImageWidth|ImageWidth]]** | + | N/A |
- | * **Return**:Single | + | == Remarks == |
- | * **Summary**:N/A | + | N/A |
- | **{{wiki:PublicProperty.gif|}}[[#LeftPadding|LeftPadding]]** | + | == Return Value == |
- | * **Return**:Single | + | * Type:Int32 |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#RightPadding|RightPadding]]** | + | == Parameters == |
- | * **Return**:Single | + | <div newline></div> |
- | * **Summary**:N/A | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | **{{wiki:PublicProperty.gif|}}[[#TextBottomPadding|TextBottomPadding]]** | + | N/A |
- | * **Return**:Single | + | == Remarks == |
- | * **Summary**:N/A | + | N/A |
- | **{{wiki:PublicProperty.gif|}}[[#TextLeftPadding|TextLeftPadding]]** | + | == Return Value == |
- | * **Return**:Single | + | * Type:Type |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#TextMask|TextMask]]** | + | == Parameters == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | + | <div newline></div> |
- | * **Summary**:N/A | + | ==== Protected Methods ==== |
+ | ** {{wiki:ProtectedMethod.gif|}} DrawCore(GeoCanvas,Collection<SimpleCandidate>,LegendDrawingParameters) ** | ||
- | **{{wiki:PublicProperty.gif|}}[[#TextRightPadding|TextRightPadding]]** | + | N/A |
- | * **Return**:Single | + | == Remarks == |
- | * **Summary**:N/A | + | N/A |
- | **{{wiki:PublicProperty.gif|}}[[#TextStyle|TextStyle]]** | + | == Return Value == |
- | * **Return**:[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] | + | * Type:Void |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#TextTopPadding|TextTopPadding]]** | + | == Parameters == |
- | * **Return**:Single | + | * //adornmentGeoCanvas// |
- | * **Summary**:N/A | + | * Type:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] |
+ | * Description:N/A | ||
- | **{{wiki:PublicProperty.gif|}}[[#TopPadding|TopPadding]]** | + | * //labelsInAllLayers// |
- | * **Return**:Single | + | * Type:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> |
- | * **Summary**:N/A | + | * Description:N/A |
- | **{{wiki:PublicProperty.gif|}}[[#Width|Width]]** | + | * //legendDrawingParameters// |
- | * **Return**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.LegendDrawingParameters|LegendDrawingParameters]] |
- | * **Summary**:N/A | + | * Description:N/A |
- | === Protected Properties === | + | <div newline></div> |
- | **{{wiki:ProtectedProperty.gif|}}[[#Oj4=|Oj4=]]** | + | ** {{wiki:ProtectedMethod.gif|}} CustomWarpLength() ** |
- | * **Return**:Single | + | |
- | * **Summary**:N/A | + | |
- | === Public Events === | ||
- | ===== Public Constructors ===== | ||
- | === LegendItem() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Parameters ==== | ||
- | [[#Public Constructors|Go Back]] | ||
- | === LegendItem(Int32,Int32,Single,Single,Style,TextStyle) === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | ==== Parameters ==== | ||
- | **width** | ||
- | * **Type**:Int32 | ||
- | * **Description:N/A | ||
- | **height** | + | == Return Value == |
- | * **Type**:Int32 | + | * Type:Int32 |
- | * **Description:N/A | + | * Description:N/A |
- | **imageWidth** | + | == Parameters == |
- | * **Type**:Single | + | <div newline></div> |
- | * **Description:N/A | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | **imageHeight** | ||
- | * **Type**:Single | ||
- | * **Description:N/A | ||
- | |||
- | **imageStyle** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.Style|Style]] | ||
- | * **Description:N/A | ||
- | |||
- | **textStyle** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] | ||
- | * **Description:N/A | ||
- | |||
- | [[#Public Constructors|Go Back]] | ||
- | ===== Protected Constructors ===== | ||
- | ===== Public Methods ===== | ||
- | === Draw(GeoCanvas,Collection<SimpleCandidate>,LegendDrawingParameters) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Void | + | * Type:Void |
- | * **Description**:N/A | + | * Description:N/A |
- | + | ||
- | ==== Parameters ==== | + | |
- | **adornmentGeoCanvas** | + | |
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | + | |
- | * **Description**:N/A | + | |
- | + | ||
- | **labelsInAllLayers** | + | |
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | + | |
- | * **Description**:N/A | + | |
- | **legendDrawingParameters** | + | == Parameters == |
- | * **Type**:[[ThinkGeo.MapSuite.Core.LegendDrawingParameters|LegendDrawingParameters]] | + | <div newline></div> |
- | * **Description**:N/A | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | [[#Public Methods|Go Back]] | ||
- | === Equals(Object) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | **Return Value** | + | == Return Value == |
- | * **Return Type**:Boolean | + | * Type:Object |
- | * **Description**:N/A | + | * Description:N/A |
- | ==== Parameters ==== | + | == Parameters == |
- | **obj** | + | <div newline></div> |
- | * **Type**:Object | + | ==== Public Properties ==== |
- | * **Description**:N/A | + | ** {{wiki:PublicProperty.gif|}} TopPadding ** |
- | [[#Public Methods|Go Back]] | ||
- | === GetHashCode() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} BottomPadding ** |
- | * **Return Type**:Int32 | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | === GetType() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} LeftPadding ** |
- | * **Return Type**:Type | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | === ToString() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} RightPadding ** |
- | * **Return Type**:String | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | ===== Protected Methods ===== | ||
- | === CustomWarpLength() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} ImageTopPadding ** |
- | * **Return Type**:Int32 | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === DrawCore(GeoCanvas,Collection<SimpleCandidate>,LegendDrawingParameters) === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} ImageBottomPadding ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | **adornmentGeoCanvas** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.GeoCanvas|GeoCanvas]] | ||
- | * **Description**:N/A | ||
- | |||
- | **labelsInAllLayers** | ||
- | * **Type**:Collection<[[ThinkGeo.MapSuite.Core.SimpleCandidate|SimpleCandidate]]> | ||
- | * **Description**:N/A | ||
- | |||
- | **legendDrawingParameters** | ||
- | * **Type**:[[ThinkGeo.MapSuite.Core.LegendDrawingParameters|LegendDrawingParameters]] | ||
- | * **Description**:N/A | ||
- | |||
- | [[#Protected Methods|Go Back]] | ||
- | === Finalize() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} ImageLeftPadding ** |
- | * **Return Type**:Void | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === MemberwiseClone() === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
- | **Return Value** | + | ** {{wiki:PublicProperty.gif|}} ImageRightPadding ** |
- | * **Return Type**:Object | + | |
- | * **Description**:N/A | + | |
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === BackgroundMask === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} TextTopPadding ** |
- | === BottomPadding === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Single | + | |
- | [[#Public Properties|Go Back]] | ||
- | === Height === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} TextBottomPadding ** |
- | === ImageBottomPadding === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Single | + | |
- | [[#Public Properties|Go Back]] | ||
- | === ImageHeight === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} TextLeftPadding ** |
- | === ImageJustificationMode === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.LegendImageJustificationMode|LegendImageJustificationMode]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === ImageLeftPadding === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} TextRightPadding ** |
- | === ImageMask === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === ImageRightPadding === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Width ** |
- | === ImageStyle === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.Style|Style]] | + | |
- | [[#Public Properties|Go Back]] | ||
- | === ImageTopPadding === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} Height ** |
- | === ImageWidth === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Single | + | |
- | [[#Public Properties|Go Back]] | ||
- | === LeftPadding === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Single |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ImageWidth ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === RightPadding === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Single |
- | [[#Public Properties|Go Back]] | + | ** {{wiki:PublicProperty.gif|}} ImageHeight ** |
- | === TextBottomPadding === | + | |
- | N/A | + | |
- | ==== Remarks ==== | + | |
- | N/A | + | |
- | ==== Return Value ==== | + | |
- | **Return Type**:Single | + | |
- | [[#Public Properties|Go Back]] | ||
- | === TextLeftPadding === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Single |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ImageStyle ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === TextMask === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] | + | * Type:[[ThinkGeo.MapSuite.Core.Style|Style]] |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TextStyle ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === TextRightPadding === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} BackgroundMask ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === TextStyle === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:[[ThinkGeo.MapSuite.Core.TextStyle|TextStyle]] | + | * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} TextMask ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === TextTopPadding === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ImageMask ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === TopPadding === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.AreaStyle|AreaStyle]] |
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} ImageJustificationMode ** | ||
- | [[#Public Properties|Go Back]] | ||
- | === Width === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:[[ThinkGeo.MapSuite.Core.LegendImageJustificationMode|LegendImageJustificationMode]] |
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ** {{wiki:ProtectedProperty.gif|}} Oj4= ** | ||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | === Oj4= === | ||
N/A | N/A | ||
- | ==== Remarks ==== | + | == Remarks == |
N/A | N/A | ||
- | ==== Return Value ==== | + | == Return Value == |
- | **Return Type**:Single | + | * Type:Single |
- | [[#Protected Properties|Go Back]] | + | ==== Public Events ==== |
- | ===== Public Events ===== | + | |