Class GeometryData
Inheritance
System.Object
GeometryData
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class GeometryData : Object, INotifyPropertyChanged
Constructors
GeometryData()
Declaration
protected GeometryData()
Properties
ForceGeometryBoundsChanged
Declaration
protected bool ForceGeometryBoundsChanged { get; set; }
Property Value
System.
|
InitStarted
Declaration
protected bool InitStarted { get; }
Property Value
System.
|
Methods
BeginInit()
Declaration
public void BeginInit()
EndInit()
Declaration
public void EndInit()
OnGeometryChanged()
Declaration
protected virtual void OnGeometryChanged()
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.
|
OnShapeBasePointChanged()
Declaration
protected virtual void OnShapeBasePointChanged()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|