C# 클래스 Mapsui.Samples.Wpf.Utilities

파일 보기 프로젝트 열기: pauldendulk/Mapsui

공개 메소드들

메소드 설명
AnimateOpacity ( UIElement target, double from, double to, int duration ) : void

메소드 상세

AnimateOpacity() 공개 정적인 메소드

public static AnimateOpacity ( UIElement target, double from, double to, int duration ) : void
target System.Windows.UIElement
from double
to double
duration int
리턴 void