ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / IRotatableMapLayer Interface / GetRotatableElements Method

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