====== ThinkGeo.MapSuite.SilverlightCore.GeoLinearGradientBrush ====== {{section>upgrade_map_suite_to_10.0}} Encapsulates a GeoBrush with a linear gradient. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.SilverlightCore.GeoBrush ***ThinkGeo.MapSuite.SilverlightCore.GeoLinearGradientBrush** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} GeoLinearGradientBrush(Vertex,Vertex,Collection) ** * //N/A// == Remarks == * //N/A// == Parameters == * //startPoint// * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] * Description:N/A * //endPoint// * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] * Description:N/A * //geoGradientStops// * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop|GeoGradientStop]]> * Description:N/A
==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} GeoLinearGradientBrush() ** * //Create a new instance of the GeoLinearGradientBrush with default settings.// == Remarks == * //N/A// == Parameters ==
==== 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 ==
==== 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 ==== ** {{wiki:PublicProperty.gif|}} StartPoint ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] ** {{wiki:PublicProperty.gif|}} EndPoint ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] ** {{wiki:PublicProperty.gif|}} GeoGradientStops ** N/A == Remarks == N/A == Return Value == * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop|GeoGradientStop]]> ** {{wiki:PublicProperty.gif|}} GeoGradientSpreadMethod ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoGradientSpreadMethod|GeoGradientSpreadMethod]] ** {{wiki:PublicProperty.gif|}} GeoMappingMode ** N/A == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoBrushMappingMode|GeoBrushMappingMode]] ** {{wiki:PublicProperty.gif|}} Id ** N/A == Remarks == N/A == Return Value == * Type:Int64 ** {{wiki:PublicProperty.gif|}} Opacity ** N/A == Remarks == N/A == Return Value == * Type:Double ==== Protected Properties ==== ==== Public Events ====