본문 바로가기

반응형
   

Programming/WPF

(13)
WPF XAML 을 C# Code로, 애니메이션, 스토리보드 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Shapes; namespace WPFEx { /// /// Code01.xaml에 대한 상호 작용 논리 /// public partial class Cod..
Animation(복합 움직임 다양한 움직임), Path Path = 포인터 배열 첫번쨰 값을 x좌표에 대입 두번째 점 가져오서 x좌표에 대입 모든 점을 연결해주는 속성은 : DoubleAnimationUsingPath
WPF 스타일 내부 트리거, 변형객체 애니메이션 Style 컨트롤 Xaml Style 컨트롤 C# using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Shapes; namespace WPFEx { /// /// Animation17.xaml에 대한 상호 작..
StoryBoard Animation은 동시에 실행되지만 BeginTime은 딜레이를 주어서 실행할수 있다. XAML C# using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Shapes; using System.Windows...
Animation Width늘어나기 Width Height 각각 다른 곳에서 타겟형태로 늘리기 DoubleAnimation 각종 속성 형태 List, 반복, 무한반복, 리턴등.. Int32형 애니메이션 Color 애니메이션 이구문 x100 개 만든것 디자인 코드와 비즈니스 코드 분류 Style, 클릭이벤트를 스타일로 지정하여 중복 작업을 방지 x100개 만든것 코드 단축(스타일 트리거) C#파일 + Xaml 파일 Xaml 파일 C#파일 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Da..
DataBinding, ImageViewer 이미지 뷰어
Style, Transform, LayOutTransForm, Template, Trigger 2번, 3번을 많이 사용할 것이다. Style Style xaml Trans Form Trans Form xaml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - LayOutTrans Form xaml Trigger Template
Code, Greed, Resource Code Code Xaml Code Cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Shapes; namespace WPFEx { /// /// Code.xaml에 대한 상호 작용 논리 /// pub..

반응형