Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / MapItemsLayer Class / GetRotatableElements Method

In This Topic
    GetRotatableElements Method (MapItemsLayer)
    In This Topic
    Get the list of rotatable elements.
    Syntax
    'Declaration
     
    
    Public Function GetRotatableElements() As IEnumerable(Of UIElement)
    public IEnumerable<UIElement> GetRotatableElements()
    See Also