52 Star 382 Fork 147

csharpui/CPF

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Template.cs 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
xhm 提交于 2023-11-21 23:05 +08:00 . 初始化
using System;
using System.Collections.Generic;
using System.Text;
using CPF.Controls;
using CPF.Shapes;
namespace ConsoleApp1
{
public class Template : CPF.Controls.Control
{
protected override void InitializeComponent()
{
Children.Add(new TextBlock { Text = "测试" });
Children.Add(new Line { StartPoint = new CPF.Drawing.Point(), EndPoint = new CPF.Drawing.Point(20,20), StrokeFill="#f00" });
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/csharpui/CPF.git
git@gitee.com:csharpui/CPF.git
csharpui
CPF
CPF
master

搜索帮助