ClassCombinedGeometryData
Class
Represents a composite geometry which is a combination of two GeometryData objects. They can be combined via 4 GeometryCombineMode types.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class CombinedGeometryData : GeometryData, INotifyPropertyChanged
Inheritance: objectGeometryDataCombinedGeometryData
Implements:
Inherited Members
Constructors
CombinedGeometryData()
Declaration
cs-api-definition
public CombinedGeometryData()
Properties
CombineMode
The combine mode used for the geometries, determines the way geometries are combined.
Declaration
cs-api-definition
public GeometryCombineMode CombineMode { get; set; }
Property Value
GeometryCombineMode
Geometry1
The first geometry.
Declaration
cs-api-definition
public GeometryData Geometry1 { get; set; }
Property Value
Geometry2
The second geometry.
Declaration
cs-api-definition
public GeometryData Geometry2 { get; set; }
Property Value