본문 바로가기
반응형

전체 글273

[C# WPF] WPF[XAML] 레이아웃 종류 알아보기 + 예제 정리 https://just-my-blog.tistory.com/18 [XAML] 레이아웃 종류 알아보기 + 예제 정리 레이아웃이란? 화면에 구성요소를 배치하는 방식이다. XAML에는 여러 방식의 레이아웃이 있다. Canvas 모눈종이. Canvas의 자식 요소는 크기가 조정되지 않고 지정된 좌표에 배치된다. Canvas 크기가 just-my-blog.tistory.com 레이아웃이란? 화면에 구성요소를 배치하는 방식이다. XAML에는 여러 방식의 레이아웃이 있다. Canvas 모눈종이. Canvas의 자식 요소는 크기가 조정되지 않고 지정된 좌표에 배치된다. Canvas 크기가 달라져도 안의 요소의 크기는 변하지 않는다. 굉장히 자유도가 높은 컨트롤이다. Canvas Result DockPanel Dock .. 2023. 7. 20.
[C# WPF] XAML Back to Basics #8: Simple Bar Graph https://nicksnettravels.builttoroam.com/xaml-back-to-basics-8-simple-bar-graph/ XAML Back to Basics #8: Simple Bar Graph - Nick's .NET Travels How to make a data bound bar graph nicksnettravels.builttoroam.com https://github.com/nickrandolph/old-wpf-blog/tree/master/08-BarGraph/src/wpf August 17, 2020 by Nick XAML Basics Series Index Page The next post in the series originally written by Beatriz.. 2023. 7. 20.
[C# WPF] Bar Chart in WPF https://www.c-sharpcorner.com/UploadFile/mahesh/bar-chart-in-wpf/ Bar Chart in WPF This article demonstrates how to draw bar charts in WPF and C#. www.c-sharpcorner.com Creating a Chart The Chart element represents a WPF Chart control in XAML. The code snippet in Listing 1 creates a Chart and sets its width, height, and background properties of the Chart control. The Title and LegendTitle proper.. 2023. 7. 20.
Ubuntu Docker Installation https://velog.io/@osk3856/Docker-Ubuntu-22.04-Docker-Installation [Docker] Ubuntu 22.04 Docker 설치 Ubuntu 22.04 에 Docker 설치하기 velog.io 실행환경 Ubuntu 22.04 Docker 설치방법 1. 우분투 시스템 패키지 업데이트 sudo apt-get update 2. 필요한 패키지 설치 sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common 3. Docker의 공식 GPG키를 추가 curl -fsSL https://download.docker.com/linux/ubuntu/gpg .. 2023. 7. 19.
반응형