Computer/uwp 썸네일형 리스트형 [UWP] Appbar icon 크기 키우기 1cs 다음과 같은 코드가 있을때 Read란 Icon을 키우고 싶을때 다음과 같이 작성 12345 Colored by Color Scriptercs ScaleX와 ScaleY 값을 조정3이면 3배가 된다는 얘기 더보기 TextBox 12Header="Notes" // textbox 위에 위치할 제목PlaceholderText = "Type your notes here"cs=> xaml에 작성할 때 1cs => C++로 작성할 때 1234TextBox^ textbox = ref new TextBox();textbox->Width = 500;textbox->Header = "Notes";textbox->PlaceholderText = "Type your notes here";cs 123AcceptReturn = "true" // 입력란에서 줄바꿈 or 리턴문자 허용TextWrapping = "Wrap" // width에 맞게 자동 줄바꿈ScrollViewer.VerticalScrollBarVi.. 더보기 [윈도우 10 디자인] UWP 앱 디자인 종류 Microsoft는 모든 사용자에게 동일한 경험을 주기위해서 앱을 만들때 따라야 하는 몇가지 디자인 컨셉 (design concept)을 제공한다. - UWP 앱의 컨트롤 및 패턴https://msdn.microsoft.com/ko-kr/windows/uwp/controls-and-patterns/index - XAML을 사용하여 페이지 레이아웃 정의 https://msdn.microsoft.com/ko-kr/windows/uwp/layout/layouts-with-xaml 더보기 이전 1 다음