CPF api文档
CPF api文档
CPF.Controls
Control 类
Control 属性
Background 属性
BorderFill 属性
BorderStroke 属性
BorderThickness 属性
BorderType 属性
CornerRadius 属性
FontFamily 属性
FontSize 属性
FontStyle 属性
Foreground 属性
IsInitialized 属性
Padding 属性
Template 属性
TextDecoration 属性
Control
Template 属性
模板,用来外部替换InitializeComponent操作,第一个参数就是当前对象,第二个就是当前对象的Children,由于Children大部分情况下是Protect,所以这里通过参数提供。初始化组件之前设置才有意义
命名空间:
CPF.Controls
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
复制
public
Action
<
UIElement
,
UIElementCollection
>
Template
{
get
;
set
; }
属性值
类型:
Action
UIElement
,
UIElementCollection
参见
引用
Control 类
CPF.Controls 命名空间