====== ThinkGeo.MapSuite.SilverlightCore.AreaStyles ====== {{section>upgrade_map_suite_to_10.0}} 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 ==== ** {{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|}} CreateSimpleAreaStyle(GeoColor) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter is the fill color of the area. ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter is the fill color for the area. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter is the outline pen color for the area. ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor,Int32) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter is the fill color for the area. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|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. ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,LineDashStyle) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter is the fill color for the area. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|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// * Type:[[ThinkGeo.MapSuite.SilverlightCore.LineDashStyle|LineDashStyle]] * Description:This parameter is the BorderStyle for the area style. ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,Single,Single) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|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. ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor,Single,Single) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter is the fill color for the area. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|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. ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,Single,Single) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter is the fill color for the area. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|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. ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateSimpleAreaStyle(GeoColor,GeoColor,Int32,LineDashStyle,Single,Single) ** * //This method builds a simple area style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] * Description:This method builds a simple area style. == Parameters == * //fillBrushColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter is the fill color for the area. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|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// * Type:[[ThinkGeo.MapSuite.SilverlightCore.LineDashStyle|LineDashStyle]] * 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. ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateLinearGradientStyle(Vertex,Vertex,GeoColor,GeoColor) ** * //This method returns a linear gradient style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] * Description:This method returns an AreaStyle. == Parameters == * //startPoint// * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] * Description:N/A * //endPoint// * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] * Description:N/A * //fromColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter represents the starting GeoColor for the gradient. * //toColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter represents the ending GeoColor for the gradient. ** {{wiki:PublicMethod.gif|}}{{wiki:Static.gif|}} CreateLinearGradientStyle(Vertex,Vertex,GeoColor,GeoColor,GeoColor) ** * //This method returns a linear gradient style.// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.AreaStyle|AreaStyle]] * Description:This method returns an AreaStyle. == Parameters == * //startPoint// * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] * Description:N/A * //endPoint// * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] * Description:N/A * //fromColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter represents the starting GeoColor for the gradient. * //toColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter represents the ending GeoColor for the gradient. * //outlinePenColor// * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoColor|GeoColor]] * Description:This parameter represents the outline pen color of the area style. ==== 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 ====