procedure TForm1.FormCreate(Sender: TObject);
begin
Label1.AutoSize := False;
Label1.WordWrap := True;
Label1.Text := 'This is my caption that I would like to be wrappedThis is my caption that I would like to be wrapped';
Label1.Width := 100;
Label1.AutoSize := True;
end;
相关文章
- 07-17echarts 添加自定义label标签
- 07-17echarts爬坑 : 怎么Line折线图设置symbol:none后Label不见了?
- 07-17ArcGis 字段计算器表达式(Field calculator expression).cal文件与标注表达式(label expression).lxp的实质及其编码方式、解析方法
- 07-17WinForm_根据类的属性利用反射动态创建Label
- 07-17关于helm安装jenkins指定label 为master节点Waiting
- 07-17Label下FormattedText中的Span无法使用Binding的解决方法
- 07-17Winform |制作圆形label标签双色球
- 07-17label 行距
- 07-17让 echarts 柱状图 label 根据柱高度自适应显示在柱内/柱外
- 07-17label 和input/textarea居中对齐