ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1MapTilesLayer Class / GetRotatableElements Method

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