c# UWP 控件 Button (三)
2021-01-29 16:13
标签:按钮 程序集 布局 add pac color apply cap als ?按钮方法 c# UWP 控件 Button (三) 标签:按钮 程序集 布局 add pac color apply cap als 原文地址:https://www.cnblogs.com/flyarrow/p/11846991.html
方法
描述
返回值
继承自
AddHandler
AddHandler(RoutedEvent, Object, Boolean)
为指定的路由事件添加路由事件处理程序,将该处理程序添加到当前元素的处理程序集合中。无
UIElement
ApplyTemplate
ApplyTemplate()
加载相关的控件模板,以便可以引用其部分。如果重建可视树,则返回True;如果保留以前的可视树,则为false。boolen
Control
Arrange
Arrange(Rect)
定位子对象并确定UIElement的大小。为其子元素实现自定义布局的父对象应在其布局重写实现中调用此方法以形成递归布局更新。Rect参数是父级为布局中的子级计算的最终大小。
UIElement
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
文章标题:c# UWP 控件 Button (三)
文章链接:http://soscw.com/index.php/essay/48753.html