User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.areastyles

ThinkGeo.MapSuite.SilverlightCore.AreaStyles

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class is a collection of predefined styles and helper methods for creating styles.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.SilverlightCore.AreaStyles

Members Summary

Public Constructors

Protected Constructors

Public Methods

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

CreateSimpleAreaStyle(GeoColor)

  • This method builds a simple area style.
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color of the area.

CreateSimpleAreaStyle(GeoColor,GeoColor)

  • This method builds a simple area style.
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the outline pen color for the area.

CreateSimpleAreaStyle(GeoColor,GeoColor,Int32)

  • This method builds a simple area style.
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the outline pen color for the area.
  • outlinePenWidth
    • Type:Int32
    • Description:This parameter is the outline pen width for the area.

CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,LineDashStyle)

  • This method builds a simple area style.
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the outline pen color for the area.
  • outlinePenWidth
    • Type:Int32
    • Description:This parameter is the outline pen width for the area.
  • borderStyle
    • Description:This parameter is the BorderStyle for the area style.

CreateSimpleAreaStyle(GeoColor,Single,Single)

  • This method builds a simple area style.
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • xOffsetInPixel
    • Type:Single
    • Description:This parameter is the X pixels offset for this area.
  • yOffsetInPixel
    • Type:Single
    • Description:This parameter is the Y pixels offset for this area.

CreateSimpleAreaStyle(GeoColor,GeoColor,Single,Single)

  • This method builds a simple area style.
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the outline color for the area.
  • xOffsetInPixel
    • Type:Single
    • Description:This parameter is the X pixels offset for this area.
  • yOffsetInPixel
    • Type:Single
    • Description:This parameter is the Y pixels offset for this area.

CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,Single,Single)

  • This method builds a simple area style.
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the outline pen color for the area.
  • outlinePenWidth
    • Type:Int32
    • Description:This parameter is the outline pen width for the area.
  • xOffsetInPixel
    • Type:Single
    • Description:This parameter is the X pixels offset for this area.
  • yOffsetInPixel
    • Type:Single
    • Description:This parameter is the Y pixels offset for this area.

CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,LineDashStyle,Single,Single)

  • This method builds a simple area style.
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method builds a simple area style.
Parameters
  • fillBrushColor
    • Type:GeoColor
    • Description:This parameter is the fill color for the area.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter is the outline pen color for the area.
  • outlinePenWidth
    • Type:Int32
    • Description:This parameter is the outline pen width for the area.
  • borderStyle
    • Description:This parameter is the BorderStyle for the area.
  • xOffsetInPixel
    • Type:Single
    • Description:This parameter is the X pixels offset for this area.
  • yOffsetInPixel
    • Type:Single
    • Description:This parameter is the Y pixels offset for this area.

CreateLinearGradientStyle(Vertex,Vertex,GeoColor,GeoColor)

  • This method returns a linear gradient style.
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method returns an AreaStyle.
Parameters
  • startPoint
  • endPoint
  • fromColor
    • Type:GeoColor
    • Description:This parameter represents the starting GeoColor for the gradient.
  • toColor
    • Type:GeoColor
    • Description:This parameter represents the ending GeoColor for the gradient.

CreateLinearGradientStyle(Vertex,Vertex,GeoColor,GeoColor,GeoColor)

  • This method returns a linear gradient style.
Remarks
  • None
Return Value
  • Type:AreaStyle
  • Description:This method returns an AreaStyle.
Parameters
  • startPoint
  • endPoint
  • fromColor
    • Type:GeoColor
    • Description:This parameter represents the starting GeoColor for the gradient.
  • toColor
    • Type:GeoColor
    • Description:This parameter represents the ending GeoColor for the gradient.
  • outlinePenColor
    • Type:GeoColor
    • Description:This parameter represents the outline pen color of the area style.

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightcore.areastyles.txt · Last modified: 2017/03/16 21:59 (external edit)