Class
CombinedGeometryData

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: INotifyPropertyChanged

Inherited Members GeometryData.BeginInit()GeometryData.EndInit()GeometryData.OnGeometryChanged()GeometryData.OnPropertyChanged(string)GeometryData.OnShapeBasePointChanged()GeometryData.ForceGeometryBoundsChangedGeometryData.InitStartedGeometryData.PropertyChanged

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

GeometryData

Geometry2

The second geometry.

Declaration

cs-api-definition
public GeometryData Geometry2 { get; set; }

Property Value

GeometryData