{"id":31246,"date":"2024-10-28T11:15:37","date_gmt":"2024-10-28T11:15:37","guid":{"rendered":"http:\/\/atmokpo.com\/w\/?p=31246"},"modified":"2024-11-26T06:45:46","modified_gmt":"2024-11-26T06:45:46","slug":"wpf-%ea%b0%9c%eb%b0%9c-%ec%bb%a8%ed%8a%b8%eb%a1%a4-%ec%83%81%ed%83%9c","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/31246\/","title":{"rendered":"WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc"},"content":{"rendered":"<p><body><\/p>\n<p>\n    Windows Presentation Foundation (WPF)\ub294 .NET Framework\uc758 \ubd80\ubd84\uc73c\ub85c, \ubcf5\uc7a1\ud55c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud560 \uc218 \uc788\ub294 \uac15\ub825\ud55c \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. WPF\uc5d0\uc11c\ub294 \ucee8\ud2b8\ub864\uc758 \uc0c1\ud0dc(State)\ub97c \uad00\ub9ac\ud558\ub294 \uac83\uc774 \uac1c\ubc1c\uc790\uac00 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \ub9cc\ub4e4 \ub54c \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 WPF\uc5d0\uc11c \ucee8\ud2b8\ub864 \uc0c1\ud0dc\ub97c \uad00\ub9ac\ud558\ub294 \ubc29\ubc95 \ubc0f \uc774\uc5d0 \ub300\ud55c \uc608\uc81c \ucf54\ub4dc\ub97c \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4.\n<\/p>\n<h2>1. WPF\uc758 \uc0c1\ud0dc \uad00\ub9ac \uac1c\uc694<\/h2>\n<p>\n    WPF\uc5d0\uc11c\ub294 \uac01 \ucee8\ud2b8\ub864\uc758 \uc0c1\ud0dc\ub97c \uad00\ub9ac\ud558\uae30 \uc704\ud574 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc0c1\ud0dc\ub780 \uc0ac\uc6a9\uc790\uac00 \ud2b9\uc815 \uc791\uc5c5\uc744 \uc218\ud589\ud558\uac70\ub098 UI \uc0c1\ud0dc\uc5d0 \ub530\ub77c \ubcc0\ud560 \uc218 \uc788\ub294 \ucee8\ud2b8\ub864\uc758 \uc2dc\uac01\uc801 \ud45c\ud604\uc744 \ub73b\ud569\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \ubc84\ud2bc \ucee8\ud2b8\ub864\uc5d0\ub294 \uae30\ubcf8 \uc0c1\ud0dc(normal), \ub9c8\uc6b0\uc2a4\ub97c \uc62c\ub838\uc744 \ub54c\uc758 \uc0c1\ud0dc(hover), \ud074\ub9ad\ud588\uc744 \ub54c\uc758 \uc0c1\ud0dc(pressed) \ub4f1\uc774 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<h2>2. \uc0c1\ud0dc\uc758 \ud45c\uae30 \ubc0f \ud504\ub85c\uadf8\ub798\ubc0d<\/h2>\n<p>\n    WPF\uc5d0\uc11c\ub294 <strong>Visual State Manager (VSM)<\/strong>\ub97c \ud1b5\ud574 \ucee8\ud2b8\ub864\uc758 \uc0c1\ud0dc\ub97c \uc815\uc758\ud558\uace0 \uc804\ud658\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. VSM\uc744 \uc0ac\uc6a9\ud558\uba74 \uc0c1\ud0dc\ub97c \uc2dc\uac01\uc801\uc73c\ub85c \uc815\uc758\ud558\uace0, \uc0c1\ud0dc \uc804\ud658\uc744 \uc560\ub2c8\uba54\uc774\uc158\uc73c\ub85c \uad6c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub2e4\uc74c\uc740 VSM\uc744 \uc0ac\uc6a9\ud558\uc5ec \ubc84\ud2bc\uc758 \uc0c1\ud0dc\ub97c \uc124\uc815\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud55c \uc608\uc81c\uc785\ub2c8\ub2e4.\n<\/p>\n<h3>2.1 Visual State Manager \uc608\uc81c<\/h3>\n<pre><code>\n<button content=\"\ud074\ub9ad\ud558\uc138\uc694!\" x:name=\"MyButton\">\n    <button.style>\n        <style targettype=\"Button\">\n            <Setter Property=\"Template\">\n                <Setter.Value>\n                    <ControlTemplate TargetType=\"Button\">\n                        <Grid>\n                            <VisualStateManager.VisualStateGroups>\n                                <VisualStateGroup x:Name=\"CommonStates\">\n                                    <VisualState x:Name=\"Normal\" \/>\n                                    <VisualState x:Name=\"MouseOver\">\n                                        <Storyboard>\n                                            <DoubleAnimation \n                                                Storyboard.TargetName=\"MyButton\" \n                                                Storyboard.TargetProperty=\"Opacity\" \n                                                To=\"0.5\" \n                                                Duration=\"0:0:0.2\" \/>\n                                        <\/Storyboard>\n                                    <\/VisualState>\n                                    <VisualState x:Name=\"Pressed\">\n                                        <Storyboard>\n                                            <DoubleAnimation \n                                                Storyboard.TargetName=\"MyButton\" \n                                                Storyboard.TargetProperty=\"ScaleTransform.ScaleX\" \n                                                To=\"0.8\" \n                                                Duration=\"0:0:0.1\" \/>\n                                            <DoubleAnimation \n                                                Storyboard.TargetName=\"MyButton\" \n                                                Storyboard.TargetProperty=\"ScaleTransform.ScaleY\" \n                                                To=\"0.8\" \n                                                Duration=\"0:0:0.1\" \/>\n                                        <\/Storyboard>\n                                    <\/VisualState>\n                                <\/VisualStateGroup>\n                            <\/VisualStateManager.VisualStateGroups>\n                            <Ellipse x:Name=\"MyEllipse\" Fill=\"Blue\" Width=\"100\" Height=\"100\">\n                                <Ellipse.RenderTransform>\n                                    <ScaleTransform ScaleX=\"1\" ScaleY=\"1\" \/>\n                                <\/Ellipse.RenderTransform>\n                            <\/Ellipse>\n                        <\/Grid>\n                    <\/ControlTemplate>\n                <\/Setter.Value>\n            <\/Setter>\n        <\/style>\n    <\/button.style>\n<\/button>\n<\/code><\/pre>\n<p>\n    \uc774 \uc608\uc81c\uc5d0\uc11c\ub294 \ubc84\ud2bc\uc5d0 \ub300\ud574 \uae30\ubcf8 \uc0c1\ud0dc(Normal), \ub9c8\uc6b0\uc2a4\ub97c \uc624\ubc84\ud588\uc744 \ub54c\uc758 \uc0c1\ud0dc(MouseOver), \ud074\ub9ad\ud588\uc744 \ub54c\uc758 \uc0c1\ud0dc(Pressed)\ub97c \uc815\uc758\ud588\uc2b5\ub2c8\ub2e4. \uac01\uac01\uc758 \uc0c1\ud0dc\ub294 <strong>Storyboard<\/strong>\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc560\ub2c8\uba54\uc774\uc158 \ud6a8\uacfc\ub97c \uc8fc\uc5c8\uc2b5\ub2c8\ub2e4.\n<\/p>\n<h2>3. \uc0ac\uc6a9\uc790 \uc815\uc758 \uc0c1\ud0dc<\/h2>\n<p>\n    WPF\uc5d0\uc11c\ub294 \uae30\ubcf8 \uc81c\uacf5\ub418\ub294 \ucee8\ud2b8\ub864 \uc678\uc5d0\ub3c4 \uc0ac\uc6a9\uc790 \uc815\uc758 \uc0c1\ud0dc\ub97c \ub9cc\ub4e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774\ub294 \uc8fc\ub85c \ubcf5\uc7a1\ud55c \uc0ac\uc6a9\uc790 \uc815\uc758 \ucee8\ud2b8\ub864\uc744 \ub9cc\ub4e4 \ub54c \uc720\uc6a9\ud569\ub2c8\ub2e4. \uc544\ub798 \uc608\uc81c\uc5d0\uc11c\ub294 \uc0ac\uc6a9\uc790 \uc815\uc758 \ucee8\ud2b8\ub864\uc5d0 \uc0c1\ud0dc\ub97c \ucd94\uac00\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.\n<\/p>\n<h3>3.1 \uc0ac\uc6a9\uc790 \uc815\uc758 \ucee8\ud2b8\ub864 \uc608\uc81c<\/h3>\n<pre><code>\npublic class CustomButton : Button\n{\n    static CustomButton()\n    {\n        DefaultStyleKeyProperty.OverrideMetadata(typeof(CustomButton), new FrameworkPropertyMetadata(typeof(CustomButton)));\n    }\n\n    public override void OnApplyTemplate()\n    {\n        base.OnApplyTemplate();\n        VisualStateManager.GoToState(this, \"Normal\", true);\n    }\n\n    private void OnMouseEnter(object sender, MouseEventArgs e)\n    {\n        VisualStateManager.GoToState(this, \"MouseOver\", true);\n    }\n\n    private void OnMouseLeave(object sender, MouseEventArgs e)\n    {\n        VisualStateManager.GoToState(this, \"Normal\", true);\n    }\n\n    protected override void OnClick()\n    {\n        VisualStateManager.GoToState(this, \"Pressed\", true);\n        base.OnClick();\n    }\n}\n<\/code><\/pre>\n<p>\n    \uc774 \ud074\ub798\uc2a4\ub294 \ubc84\ud2bc\uc758 \uae30\ubcf8 \ub3d9\uc791\uc744 \uc720\uc9c0\ud558\uba74\uc11c, \ub9c8\uc6b0\uc2a4 \uc0c1\ud0dc\uc5d0 \ub530\ub77c \ub2e4\ub978 \uc2dc\uac01\uc801 \uc0c1\ud0dc\ub85c \uc804\ud658\ub420 \uc218 \uc788\ub3c4\ub85d \uad6c\ud604\ud569\ub2c8\ub2e4. \uac01 \uc0c1\ud0dc \uc804\ud658\uc740 <code>VisualStateManager<\/code>\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc774\ub8e8\uc5b4\uc9d1\ub2c8\ub2e4.\n<\/p>\n<h2>4. \uc0c1\ud0dc\uc640 \ub370\uc774\ud130 \ubc14\uc778\ub529<\/h2>\n<p>\n    WPF\uc5d0\uc11c\ub294 \uc0c1\ud0dc\ub97c \ub370\uc774\ud130\uc640 \uacb0\ud569\ud558\uc5ec \ub3d9\uc801\uc73c\ub85c UI\ub97c \uc5c5\ub370\uc774\ud2b8\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub370\uc774\ud130 \ubc14\uc778\ub529\uc744 \ud1b5\ud574 \uc0c1\ud0dc\ub97c \ubcc0\uacbd\ud558\uba74 UI\uc5d0 \uc989\uc2dc \ubc18\uc601\ub429\ub2c8\ub2e4. \ub2e4\uc74c\uc740 \ub370\uc774\ud130 \ubc14\uc778\ub529\uc744 \uc0ac\uc6a9\ud55c \uc0c1\ud0dc \uad00\ub9ac \uc608\uc81c\uc785\ub2c8\ub2e4.\n<\/p>\n<h3>4.1 \ub370\uc774\ud130 \ubc14\uc778\ub529 \uc608\uc81c<\/h3>\n<pre><code>\n<window height=\"350\" title=\"MainWindow\" width=\"525\" x:class=\"WpfApp.MainWindow\" xmlns=\"http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\/presentation\" xmlns:x=\"http:\/\/schemas.microsoft.com\/winfx\/2006\/xaml\">\n    <grid>\n        <button click=\"Button_Click\" content=\"\uc0c1\ud0dc \ubcc0\uacbd\"><\/button>\n        <textblock text=\"{Binding Status}\"><\/textblock>\n    <\/grid>\n<\/window>\n<\/code><\/pre>\n<pre><code>\npublic partial class MainWindow : Window, INotifyPropertyChanged\n{\n    private string status;\n    public string Status\n    {\n        get =&gt; status;\n        set\n        {\n            status = value;\n            OnPropertyChanged(\"Status\");\n        }\n    }\n\n    public MainWindow()\n    {\n        InitializeComponent();\n        DataContext = this;\n    }\n\n    private void Button_Click(object sender, RoutedEventArgs e)\n    {\n        Status = \"\ubc84\ud2bc\uc774 \ud074\ub9ad\ub418\uc5c8\uc2b5\ub2c8\ub2e4.\";\n    }\n\n    public event PropertyChangedEventHandler PropertyChanged;\n    protected void OnPropertyChanged(string propertyName)\n    {\n        PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));\n    }\n}\n<\/code><\/pre>\n<p>\n    \uc704\uc758 \uc608\uc81c\uc5d0\uc11c \ubc84\ud2bc\uc744 \ud074\ub9ad\ud560 \ub54c\ub9c8\ub2e4 <code>Status<\/code> \uc18d\uc131\uc774 \ubcc0\uacbd\ub418\uace0, \ud574\ub2f9 \ubcc0\uacbd \uc0ac\ud56d\uc774 UI\uc5d0 \uc989\uc2dc \ubc18\uc601\ub429\ub2c8\ub2e4. \ub370\uc774\ud130 \ubc14\uc778\ub529\uc744 \ud1b5\ud574 \ucee8\ud2b8\ub864\uc758 \uc0c1\ud0dc\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uad00\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<h2>5. \ubcf5\uc7a1\ud55c \uc0c1\ud0dc \uad00\ub9ac<\/h2>\n<p>\n    \ub54c\ub85c\ub294 \ub2e8\uc21c\ud55c \uc0c1\ud0dc\ubfd0\ub9cc \uc544\ub2c8\ub77c \ubcf5\uc7a1\ud55c \uc0c1\ud0dc \uc804\ud658\uacfc \uc560\ub2c8\uba54\uc774\uc158\uc774 \ud544\uc694\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. WPF\uc5d0\uc11c\ub294 \uc774\ub7f4 \ub54c\ub3c4 <strong>Visual State Manager<\/strong>\ub97c \ud65c\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ubcf5\uc7a1\ud55c \uc0c1\ud0dc\uc640 \uc560\ub2c8\uba54\uc774\uc158\uc744 \uc870\ud569\ud558\uc5ec \uc0ac\uc6a9\uc790\uc758 \uacbd\ud5d8\uc744 \ud5a5\uc0c1\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.\n<\/p>\n<h3>5.1 \ubcf5\uc7a1\ud55c \uc0c1\ud0dc \uc608\uc81c<\/h3>\n<pre><code>\n<controltemplate targettype=\"CustomControl\">\n    <grid>\n        <visualstatemanager.visualstategroups>\n            <visualstategroup x:name=\"States\">\n                <visualstate x:name=\"StateA\">\n                    <storyboard>\n                        <doubleanimation duration=\"0:0:0.5\" storyboard.targetname=\"PartRectangle\" storyboard.targetproperty=\"Opacity\" to=\"1\"><\/doubleanimation>\n                    <\/storyboard>\n                <\/visualstate>\n                <visualstate x:name=\"StateB\">\n                    <storyboard>\n                        <doubleanimation duration=\"0:0:0.5\" storyboard.targetname=\"PartRectangle\" storyboard.targetproperty=\"Opacity\" to=\"0.5\"><\/doubleanimation>\n                    <\/storyboard>\n                <\/visualstate>\n            <\/visualstategroup>\n        <\/visualstatemanager.visualstategroups>\n        <rectangle fill=\"Red\" height=\"100\" width=\"100\" x:name=\"PartRectangle\"><\/rectangle>\n    <\/grid>\n<\/controltemplate>\n<\/code><\/pre>\n<p>\n    \uc774 \uc0ac\uc6a9\uc790 \uc815\uc758 \ucee8\ud2b8\ub864\uc740 \ub450 \uac1c\uc758 \uc0c1\ud0dc(StateA, StateB)\ub97c \uac00\uc9c0\uba70, \uac01 \uc0c1\ud0dc\uc5d0\uc11c Rectangle\uc758 \ud22c\uba85\ub3c4\ub97c \uc560\ub2c8\uba54\uc774\uc158\uc73c\ub85c \uc870\uc808\ud569\ub2c8\ub2e4.\n<\/p>\n<h2>6. \uc694\uc57d<\/h2>\n<p>\n    WPF\uc5d0\uc11c \ucee8\ud2b8\ub864 \uc0c1\ud0dc \uad00\ub9ac\ub294 \uc0ac\uc6a9\uc790 \uacbd\ud5d8\uc744 \ud5a5\uc0c1 \uc2dc\ud0a4\ub294 \uc911\uc694\ud55c \uc694\uc18c\uc785\ub2c8\ub2e4. Visual State Manager\ub97c \uc774\uc6a9\ud558\uba74 \uac01 \ucee8\ud2b8\ub864\uc758 \uc0c1\ud0dc\ub97c \uc27d\uac8c \uad00\ub9ac\ud558\uace0, \uc0c1\ud0dc \uc804\ud658\uc744 \uc560\ub2c8\uba54\uc774\uc158\uc73c\ub85c \ud45c\ud604\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc0ac\uc6a9\uc790 \uc815\uc758 \ucee8\ud2b8\ub864\uc744 \ub9cc\ub4e4\uace0, \ub370\uc774\ud130 \ubc14\uc778\ub529\uc744 \ud1b5\ud574 UI\ub97c \ub3d9\uc801\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8\ud558\ub294 \uae30\ubc95\uc740 WPF \uac1c\ubc1c\uc758 \ud575\uc2ec\uc785\ub2c8\ub2e4.\n<\/p>\n<p>\n    \uc774 \uae00\uc744 \ud1b5\ud574 WPF\uc758 \ucee8\ud2b8\ub864 \uc0c1\ud0dc \uad00\ub9ac\uc758 \uac1c\ub150\uc744 \uc774\ud574\ud558\uace0, \uc2e4\uc81c\ub85c \ud65c\uc6a9\ud560 \uc218 \uc788\ub294 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 \uc0b4\ud3b4\ubcf4\uc558\uc2b5\ub2c8\ub2e4. \ubcf5\uc7a1\ud55c \uc560\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c \uc2dc \uc774 \uc9c0\uc2dd\uc774 \ub9ce\uc740 \ub3c4\uc6c0\uc774 \ub420 \uac83\uc785\ub2c8\ub2e4.\n<\/p>\n<p><\/body><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Windows Presentation Foundation (WPF)\ub294 .NET Framework\uc758 \ubd80\ubd84\uc73c\ub85c, \ubcf5\uc7a1\ud55c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud560 \uc218 \uc788\ub294 \uac15\ub825\ud55c \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. WPF\uc5d0\uc11c\ub294 \ucee8\ud2b8\ub864\uc758 \uc0c1\ud0dc(State)\ub97c \uad00\ub9ac\ud558\ub294 \uac83\uc774 \uac1c\ubc1c\uc790\uac00 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \ub9cc\ub4e4 \ub54c \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 WPF\uc5d0\uc11c \ucee8\ud2b8\ub864 \uc0c1\ud0dc\ub97c \uad00\ub9ac\ud558\ub294 \ubc29\ubc95 \ubc0f \uc774\uc5d0 \ub300\ud55c \uc608\uc81c \ucf54\ub4dc\ub97c \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. WPF\uc758 \uc0c1\ud0dc \uad00\ub9ac \uac1c\uc694 WPF\uc5d0\uc11c\ub294 \uac01 \ucee8\ud2b8\ub864\uc758 \uc0c1\ud0dc\ub97c \uad00\ub9ac\ud558\uae30 \uc704\ud574 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/31246\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[39],"tags":[],"class_list":["post-31246","post","type-post","status-publish","format-standard","hentry","category-wpf-"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/31246\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"Windows Presentation Foundation (WPF)\ub294 .NET Framework\uc758 \ubd80\ubd84\uc73c\ub85c, \ubcf5\uc7a1\ud55c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud560 \uc218 \uc788\ub294 \uac15\ub825\ud55c \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. WPF\uc5d0\uc11c\ub294 \ucee8\ud2b8\ub864\uc758 \uc0c1\ud0dc(State)\ub97c \uad00\ub9ac\ud558\ub294 \uac83\uc774 \uac1c\ubc1c\uc790\uac00 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \ub9cc\ub4e4 \ub54c \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 WPF\uc5d0\uc11c \ucee8\ud2b8\ub864 \uc0c1\ud0dc\ub97c \uad00\ub9ac\ud558\ub294 \ubc29\ubc95 \ubc0f \uc774\uc5d0 \ub300\ud55c \uc608\uc81c \ucf54\ub4dc\ub97c \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. WPF\uc758 \uc0c1\ud0dc \uad00\ub9ac \uac1c\uc694 WPF\uc5d0\uc11c\ub294 \uac01 \ucee8\ud2b8\ub864\uc758 \uc0c1\ud0dc\ub97c \uad00\ub9ac\ud558\uae30 \uc704\ud574 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 &hellip; \ub354 \ubcf4\uae30 &quot;WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/31246\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-28T11:15:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T06:45:46+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/31246\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/31246\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc\",\"datePublished\":\"2024-10-28T11:15:37+00:00\",\"dateModified\":\"2024-11-26T06:45:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/31246\/\"},\"wordCount\":49,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"articleSection\":[\"WPF \uac1c\ubc1c\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/31246\/\",\"url\":\"https:\/\/atmokpo.com\/w\/31246\/\",\"name\":\"WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-28T11:15:37+00:00\",\"dateModified\":\"2024-11-26T06:45:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/31246\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/31246\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/31246\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/31246\/","og_locale":"ko_KR","og_type":"article","og_title":"WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"Windows Presentation Foundation (WPF)\ub294 .NET Framework\uc758 \ubd80\ubd84\uc73c\ub85c, \ubcf5\uc7a1\ud55c \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \uad6c\ucd95\ud560 \uc218 \uc788\ub294 \uac15\ub825\ud55c \ud50c\ub7ab\ud3fc\uc785\ub2c8\ub2e4. WPF\uc5d0\uc11c\ub294 \ucee8\ud2b8\ub864\uc758 \uc0c1\ud0dc(State)\ub97c \uad00\ub9ac\ud558\ub294 \uac83\uc774 \uac1c\ubc1c\uc790\uac00 \uc0ac\uc6a9\uc790 \uc778\ud130\ud398\uc774\uc2a4\ub97c \ub9cc\ub4e4 \ub54c \uc911\uc694\ud55c \uc5ed\ud560\uc744 \ud569\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 WPF\uc5d0\uc11c \ucee8\ud2b8\ub864 \uc0c1\ud0dc\ub97c \uad00\ub9ac\ud558\ub294 \ubc29\ubc95 \ubc0f \uc774\uc5d0 \ub300\ud55c \uc608\uc81c \ucf54\ub4dc\ub97c \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. 1. WPF\uc758 \uc0c1\ud0dc \uad00\ub9ac \uac1c\uc694 WPF\uc5d0\uc11c\ub294 \uac01 \ucee8\ud2b8\ub864\uc758 \uc0c1\ud0dc\ub97c \uad00\ub9ac\ud558\uae30 \uc704\ud574 \ub2e4\uc591\ud55c \ubc29\ubc95\uc744 &hellip; \ub354 \ubcf4\uae30 \"WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc\"","og_url":"https:\/\/atmokpo.com\/w\/31246\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-28T11:15:37+00:00","article_modified_time":"2024-11-26T06:45:46+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/31246\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/31246\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc","datePublished":"2024-10-28T11:15:37+00:00","dateModified":"2024-11-26T06:45:46+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/31246\/"},"wordCount":49,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"articleSection":["WPF \uac1c\ubc1c"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/31246\/","url":"https:\/\/atmokpo.com\/w\/31246\/","name":"WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-28T11:15:37+00:00","dateModified":"2024-11-26T06:45:46+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/31246\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/31246\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/31246\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"WPF \uac1c\ubc1c, \ucee8\ud2b8\ub864 \uc0c1\ud0dc"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/31246","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=31246"}],"version-history":[{"count":1,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/31246\/revisions"}],"predecessor-version":[{"id":31247,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/31246\/revisions\/31247"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=31246"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=31246"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=31246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}