skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class VisualizationLayer

Inheritance
System.Object
VisualizationLayer
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class VisualizationLayer : Control, ILayer

Constructors

VisualizationLayer()

Declaration
public VisualizationLayer()

Fields

AllowDataTemplateForZoomLevelProperty

Declaration
public static readonly DependencyProperty AllowDataTemplateForZoomLevelProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

AutoCalculateClusteringThresholdProperty

Declaration
public static readonly DependencyProperty AutoCalculateClusteringThresholdProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

AutoHighlightMapShapeProperty

Declaration
public static readonly DependencyProperty AutoHighlightMapShapeProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ClusterGeneratorProperty

Declaration
public static readonly DependencyProperty ClusterGeneratorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ClusteringEnabledProperty

Declaration
public static readonly DependencyProperty ClusteringEnabledProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ClusteringEnabledThresholdMinItemsProperty

Declaration
public static readonly DependencyProperty ClusteringEnabledThresholdMinItemsProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ClusteringEnabledThresholdProperty

Declaration
public static readonly DependencyProperty ClusteringEnabledThresholdProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ClusterItemTemplateProperty

Declaration
public static readonly DependencyProperty ClusterItemTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ClusterTemplateSelectorProperty

Declaration
public static readonly DependencyProperty ClusterTemplateSelectorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ColorizerProperty

Declaration
public static readonly DependencyProperty ColorizerProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

DefaultClusterTemplateProperty

Declaration
public static readonly DependencyProperty DefaultClusterTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

DefaultItemTemplateProperty

Declaration
public static readonly DependencyProperty DefaultItemTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

DefaultKmlItemTemplateProperty

Declaration
public static readonly DependencyProperty DefaultKmlItemTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

GenerateClustersOnZoomProperty

Declaration
public static readonly DependencyProperty GenerateClustersOnZoomProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HighlightFillProperty

Declaration
public static readonly DependencyProperty HighlightFillProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ItemSelectionModeProperty

Declaration
public static readonly DependencyProperty ItemSelectionModeProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ItemsSourceProperty

Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ItemTemplateProperty

Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ItemTemplateSelectorProperty

Declaration
public static readonly DependencyProperty ItemTemplateSelectorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

PropertyAccessorProperty

Declaration
public static readonly DependencyProperty PropertyAccessorProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ReaderProperty

Declaration
public static readonly DependencyProperty ReaderProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

RenderWhileMotionProperty

Declaration
public static readonly DependencyProperty RenderWhileMotionProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SelectedFillProperty

Declaration
public static readonly DependencyProperty SelectedFillProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SelectedItemsProperty

Declaration
public static readonly DependencyProperty SelectedItemsProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SelectionChangedEvent

Declaration
public static readonly RoutedEvent SelectionChangedEvent
Field Value
RoutedEvent

ShapeFillProperty

Declaration
public static readonly DependencyProperty ShapeFillProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ShapeTemplateProperty

Declaration
public static readonly DependencyProperty ShapeTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

UseIntersectForShapeSelectionProperty

Declaration
public static readonly DependencyProperty UseIntersectForShapeSelectionProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

VirtualizationSourceProperty

Declaration
public static readonly DependencyProperty VirtualizationSourceProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ZoomLevelGridListProperty

Declaration
public static readonly DependencyProperty ZoomLevelGridListProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

AllowDataTemplateForZoomLevel

Declaration
public bool AllowDataTemplateForZoomLevel { get; set; }
Property Value
System.Boolean

AutoCalculateClusteringThreshold

Declaration
public bool AutoCalculateClusteringThreshold { get; set; }
Property Value
System.Boolean

AutoHighlightMapShape

Declaration
public bool AutoHighlightMapShape { get; set; }
Property Value
System.Boolean

ClusterGenerator

Declaration
public IClusterGenerator ClusterGenerator { get; set; }
Property Value
IClusterGenerator

ClusteringEnabled

Declaration
public bool ClusteringEnabled { get; set; }
Property Value
System.Boolean

ClusteringEnabledThreshold

Declaration
public int ClusteringEnabledThreshold { get; set; }
Property Value
System.Int32

ClusteringEnabledThresholdMinItems

Declaration
public int ClusteringEnabledThresholdMinItems { get; set; }
Property Value
System.Int32

ClusterItemTemplate

Declaration
public DataTemplate ClusterItemTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

Clusters

Declaration
public IEnumerable<ClusterData> Clusters { get; }
Property Value
System.Collections.Generic.IEnumerable<ClusterData>

ClusterTemplateSelector

Declaration
public DataTemplateSelector ClusterTemplateSelector { get; set; }
Property Value
Microsoft.UI.Xaml.Controls.DataTemplateSelector

Colorizer

Declaration
public IMapShapeColorizer Colorizer { get; set; }
Property Value
IMapShapeColorizer

DefaultClusterTemplate

Declaration
public DataTemplate DefaultClusterTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

DefaultItemTemplate

Declaration
public DataTemplate DefaultItemTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

DefaultKmlItemTemplate

Declaration
public DataTemplate DefaultKmlItemTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

GenerateClustersOnZoom

Declaration
public bool GenerateClustersOnZoom { get; set; }
Property Value
System.Boolean

HighlightFill

Declaration
public MapShapeFill HighlightFill { get; set; }
Property Value
MapShapeFill

Items

Declaration
public MapItemsCollection Items { get; }
Property Value
MapItemsCollection

ItemSelectionMode

Declaration
public ItemSelectionMode ItemSelectionMode { get; set; }
Property Value
ItemSelectionMode

ItemsSource

Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable

ItemTemplate

Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

ItemTemplateSelector

Declaration
public DataTemplateSelector ItemTemplateSelector { get; set; }
Property Value
Microsoft.UI.Xaml.Controls.DataTemplateSelector

MapControl

Declaration
public RadMap MapControl { get; set; }
Property Value
RadMap

Implements
ILayer.MapControl

PropertyAccessor

Declaration
public IMapPropertyAccessor PropertyAccessor { get; set; }
Property Value
IMapPropertyAccessor

Reader

Declaration
public AsyncReaderBase Reader { get; set; }
Property Value
AsyncReaderBase

RenderWhileMotion

Declaration
public bool RenderWhileMotion { get; set; }
Property Value
System.Boolean

SelectedFill

Declaration
public MapShapeFill SelectedFill { get; set; }
Property Value
MapShapeFill

SelectedItems

Declaration
public IList<object> SelectedItems { get; set; }
Property Value
System.Collections.Generic.IList<System.Object>

ShapeFill

Declaration
public MapShapeFill ShapeFill { get; set; }
Property Value
MapShapeFill

ShapeTemplate

Declaration
public DataTemplate ShapeTemplate { get; set; }
Property Value
Microsoft.UI.Xaml.DataTemplate

UseBitmapCache

Declaration
public bool UseBitmapCache { get; set; }
Property Value
System.Boolean

UseDefaultPropertyAccessor

Declaration
public bool UseDefaultPropertyAccessor { get; set; }
Property Value
System.Boolean

UseIntersectForShapeSelection

Declaration
public bool UseIntersectForShapeSelection { get; set; }
Property Value
System.Boolean

VirtualizationSource

Declaration
public IMapItemsVirtualizationSource VirtualizationSource { get; set; }
Property Value
IMapItemsVirtualizationSource

ZoomLevelGridList

Declaration
public ZoomLevelGridCollection ZoomLevelGridList { get; }
Property Value
ZoomLevelGridCollection

Methods

add_SelectionChanged(SelectionChangedEventHandler)

Declaration
public void add_SelectionChanged(SelectionChangedEventHandler value)
Parameters
SelectionChangedEventHandler value

ArrangeItem(Object)

Declaration
public void ArrangeItem(object item)
Parameters
System.Object item

ArrangeOverride(Size)

Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Windows.Foundation.Size finalSize

Returns
Windows.Foundation.Size

ClearSelection(Boolean)

Declaration
public List<object> ClearSelection(bool updateSelectedItems)
Parameters
System.Boolean updateSelectedItems

Returns
System.Collections.Generic.List<System.Object>

Dispose()

Declaration
public void Dispose()

DisposeContainers()

Declaration
protected virtual void DisposeContainers()

GetBestView(IEnumerable<Object>)

Declaration
public LocationRect GetBestView(IEnumerable<object> itemsList)
Parameters
System.Collections.Generic.IEnumerable<System.Object> itemsList

Returns
LocationRect

GetBestView(IEnumerable<Object>, IMapPropertyAccessor, Size)

Declaration
public static LocationRect GetBestView(IEnumerable<object> itemsList, IMapPropertyAccessor propertyAccessor, Size defaultSize)
Parameters
System.Collections.Generic.IEnumerable<System.Object> itemsList

IMapPropertyAccessor propertyAccessor

Windows.Foundation.Size defaultSize

Returns
LocationRect

GetBestView(IEnumerable<Object>, Size)

Declaration
public LocationRect GetBestView(IEnumerable<object> itemsList, Size defaultSize)
Parameters
System.Collections.Generic.IEnumerable<System.Object> itemsList

Windows.Foundation.Size defaultSize

Returns
LocationRect

GetClusterForItem(Object)

Declaration
public ClusterData GetClusterForItem(object item)
Parameters
System.Object item

Returns
ClusterData

GetContainerFromItem(Object)

Declaration
public UIElement GetContainerFromItem(object item)
Parameters
System.Object item

Returns
Microsoft.UI.Xaml.UIElement

GetDoubleFromItem(Object, DataMember)

Declaration
public double GetDoubleFromItem(object item, DataMember dataMember)
Parameters
System.Object item

DataMember dataMember

Returns
System.Double

GetHotSpotFromItem(Object)

Declaration
public HotSpot GetHotSpotFromItem(object item)
Parameters
System.Object item

Returns
HotSpot

GetItemsInLocation(Location)

Declaration
public IEnumerable<object> GetItemsInLocation(Location location)
Parameters
Location location

Returns
System.Collections.Generic.IEnumerable<System.Object>

GetItemsInRectangle(LocationRect)

Declaration
public IEnumerable<object> GetItemsInRectangle(LocationRect rectangle)
Parameters
LocationRect rectangle

Returns
System.Collections.Generic.IEnumerable<System.Object>

GetItemsInRectangle(LocationRect, Boolean)

Declaration
public IEnumerable<object> GetItemsInRectangle(LocationRect rectangle, bool useIntersectForShapes)
Parameters
LocationRect rectangle

System.Boolean useIntersectForShapes

Returns
System.Collections.Generic.IEnumerable<System.Object>

GetLocationFromInfo(MapObjectInfo)

Declaration
public Location GetLocationFromInfo(MapObjectInfo info)
Parameters
MapObjectInfo info

Returns
Location

GetLocationFromItem(Object)

Declaration
public Location GetLocationFromItem(object item)
Parameters
System.Object item

Returns
Location

GetZIndexFromItem(Object)

Declaration
public int GetZIndexFromItem(object item)
Parameters
System.Object item

Returns
System.Int32

GetZoomRangeFromItem(Object)

Declaration
public ZoomRange GetZoomRangeFromItem(object item)
Parameters
System.Object item

Returns
ZoomRange

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()

OnClustersInvalidated(EventArgs)

Declaration
protected virtual void OnClustersInvalidated(EventArgs e)
Parameters
System.EventArgs e

OnDispose()

Declaration
protected virtual void OnDispose()

OnMapChanged(RadMap, RadMap)

Declaration
protected void OnMapChanged(RadMap oldMap, RadMap newMap)
Parameters
RadMap oldMap

RadMap newMap

OnSelectionChanged(SelectionChangedEventArgs)

Declaration
protected virtual void OnSelectionChanged(SelectionChangedEventArgs e)
Parameters
SelectionChangedEventArgs e

RefreshVirtualSource()

Declaration
public void RefreshVirtualSource()

remove_SelectionChanged(SelectionChangedEventHandler)

Declaration
public void remove_SelectionChanged(SelectionChangedEventHandler value)
Parameters
SelectionChangedEventHandler value

ResetClusteringThreshold()

Declaration
public void ResetClusteringThreshold()

ResetItems(Boolean)

Declaration
public void ResetItems(bool forceRefresh = false)
Parameters
System.Boolean forceRefresh

ReverseSelection(IEnumerable<Object>)

Declaration
public void ReverseSelection(IEnumerable<object> itemsToProcess)
Parameters
System.Collections.Generic.IEnumerable<System.Object> itemsToProcess

ReverseSelection(Location)

Declaration
public void ReverseSelection(Location location)
Parameters
Location location

Select(IEnumerable<Object>, Boolean)

Declaration
public void Select(IEnumerable<object> itemsToSelect, bool clearSelection)
Parameters
System.Collections.Generic.IEnumerable<System.Object> itemsToSelect

System.Boolean clearSelection

Select(Object, Boolean)

Declaration
public void Select(object item, bool clearSelection)
Parameters
System.Object item

System.Boolean clearSelection

Select(Location, Boolean)

Declaration
public void Select(Location location, bool clearSelection)
Parameters
Location location

System.Boolean clearSelection

Select(LocationRect, Boolean)

Declaration
public void Select(LocationRect selectionRect, bool clearSelection)
Parameters
LocationRect selectionRect

System.Boolean clearSelection

SetClip(Size)

Declaration
protected void SetClip(Size size)
Parameters
Windows.Foundation.Size size

StartBackgroundThread()

Declaration
protected virtual void StartBackgroundThread()

StopBackgroundThread()

Declaration
protected virtual void StopBackgroundThread()

Unselect(IEnumerable<Object>)

Declaration
public void Unselect(IEnumerable<object> itemsToUnselect)
Parameters
System.Collections.Generic.IEnumerable<System.Object> itemsToUnselect

Unselect(Object)

Declaration
public void Unselect(object item)
Parameters
System.Object item

Unselect(Location)

Declaration
public void Unselect(Location location)
Parameters
Location location

Unselect(LocationRect)

Declaration
public void Unselect(LocationRect selectionRect)
Parameters
LocationRect selectionRect

Events

ClustersInvalidated

Declaration
public event EventHandler ClustersInvalidated
Event Type
System.EventHandler

MapShapeVisualizationCreated

Declaration
public event EventHandler<MapShapeOperationEventArgs> MapShapeVisualizationCreated
Event Type
System.EventHandler<MapShapeOperationEventArgs>

MapShapeVisualizationRemoved

Declaration
public event EventHandler<MapShapeOperationEventArgs> MapShapeVisualizationRemoved
Event Type
System.EventHandler<MapShapeOperationEventArgs>

SelectionChanged

Declaration
public event SelectionChangedEventHandler SelectionChanged
Event Type
SelectionChangedEventHandler

Explicit Interface Implementations

ILayer.MultiscaleImage_MotionFinished(Object, RoutedEventArgs)

Declaration
void ILayer.MultiscaleImage_MotionFinished(object sender, RoutedEventArgs e)
Parameters
System.Object sender

Microsoft.UI.Xaml.RoutedEventArgs e

Implements
ILayer.MultiscaleImage_MotionFinished(Object, RoutedEventArgs)

ILayer.MultiscaleImage_ViewportChanged(Object, RoutedEventArgs)

Declaration
void ILayer.MultiscaleImage_ViewportChanged(object sender, RoutedEventArgs e)
Parameters
System.Object sender

Microsoft.UI.Xaml.RoutedEventArgs e

Implements
ILayer.MultiscaleImage_ViewportChanged(Object, RoutedEventArgs)

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.