ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1MultiScaleImage Class / GoToElementStateCore Method

In This Topic
    GoToElementStateCore Method (C1MultiScaleImage)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GoToElementStateCore( _
       ByVal stateName As String, _
       ByVal useTransitions As Boolean _
    ) As Boolean
    protected virtual bool GoToElementStateCore( 
       string stateName,
       bool useTransitions
    )

    Parameters

    stateName
    useTransitions
    See Also