Class MapShapeData
Inheritance
System.Object
MapShapeData
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class MapShapeData : ExtendedDataProvider, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Constructors
Properties
Declaration
public MapShapeFill ActiveShapeFill { get; set; }
Property Value
Declaration
public LocationRect GeoBounds { get; }
Property Value
Implements
Declaration
public Geometry Geometry { get; }
Property Value
|
Microsoft.UI.Xaml.Media.Geometry
|
Declaration
public Size GeoSize { get; }
Property Value
Implements
Declaration
public MapShapeFill HighlightFill { get; set; }
Property Value
Implements
Declaration
protected bool InitStarted { get; }
Property Value
Declaration
public bool IsHighlighted { get; }
Property Value
Declaration
public bool IsSelected { get; }
Property Value
Declaration
public MapShapeFill SelectedFill { get; set; }
Property Value
Declaration
public MapShapeDataFill SerializedHighlightFill { get; set; }
Property Value
Declaration
public MapShapeDataFill SerializedSelectedFill { get; set; }
Property Value
Declaration
public MapShapeDataFill SerializedShapeFill { get; set; }
Property Value
Declaration
public MapShapeFill ShapeFill { get; set; }
Property Value
Implements
Declaration
public ISpatialReference SpatialReference { get; set; }
Property Value
Declaration
public LogicalToScreenParameters ToScreenParameters { get; set; }
Property Value
Declaration
public MapShapeBindableWrapper Wrapper { get; }
Property Value
Methods
Declaration
protected override void Arrange()
Overrides
Declaration
protected virtual void CalculateLogicalCoordinates()
Declaration
public void EndInit(bool updateShape)
Parameters
|
System.Boolean
updateShape
|
Declaration
protected abstract string GetScreenGeometry(int zoomLevel)
Parameters
Returns
Declaration
protected void SetLogicalWidth(int zoomLevel)
Parameters
Declaration
protected abstract void UpdateGeoBounds()
Declaration
protected void UpdateShape()
Declaration
public void UseHighlightFill()
Declaration
public void UseRegularFill()
Declaration
public void UseSelectedFill()
Extension Methods