public static Visual CloneVisualState(
FrameworkElement targetElement
)
Public Shared Function CloneVisualState (
targetElement As FrameworkElement
) As Visual
public:
static Visual^ CloneVisualState(
FrameworkElement^ targetElement
)
static member CloneVisualState :
targetElement : FrameworkElement -> Visual