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

In This Topic
    GetRotatableElements Method (MapTilesLayer)
    In This Topic
    Get the list of rotatable elements.
    Syntax
    'Declaration
     
    
    <IteratorStateMachineAttribute(C1.WPF.Maps.MapTilesLayer/d__36)> 
    Public Function GetRotatableElements() As IEnumerable(Of UIElement)
    [IteratorStateMachine(C1.WPF.Maps.MapTilesLayer/d__36)] 
    public IEnumerable<UIElement> GetRotatableElements()
    See Also