Delphi Label标签属性

  • Align:文本框对齐方式
  • Alignment: 文字对齐方式 居中、左对齐、右对齐
  • AlignWithMargins:带边框的布局
  • Anchors:对齐的锚点,用于保证窗口拖拽的时候空间比例完好
  • AutoSize:根据字符的多少来确定文本框大小
  • BiDiMode:中东部分的左右对齐
  • Caption:标题,显示的部分
  • Color:背景色,需要Transparent为False才会生效
  • ConStraints:字幕宽度和高度的限制
  • Cursor:鼠标放在文字上的时候鼠标的类型
  • CustonHint:
  • DragCursor
  • DragKind
  • DragMode
  • EllipsisPosition
  • Enabled
  • FocusControl
  • Font:字体,更改文字大小颜色等信息
  • GlowSize
  • Height:高度
  • HelpContext
  • HelpKeyword
  • HelpType
  • Hint:鼠标放到字幕上的提示信息,需要showhint开启
  • Layout:文字在框内的 顶部对齐 中间对齐 底部对齐
  • Left:左侧边距
  • LiveBindings
  • LiveBindings Design
  • Margins:边距,搭配 Anchors锚点使用才会生效
  • Name:名称,调用的时候使用
  • ParentBiDiMode
  • ParentColor
  • ParentCustomHint
  • ParentFont
  • ParentShowHint
  • PopupMenu:弹出菜单,需要弹出菜单空间
  • ShowAccelChar:标题中快捷键的&,True后显示为下划线
  • ShowHint:显示鼠标停留提示信息
  • StyleElements
  • Tag
  • Top:顶部边距
  • Touch:触摸操作,手机上用到的多
  • Transparent:透明,打开这个背景色才会生效
  • Visible:可见性,如果不想显示了可将此属性修改为False
  • Width:字幕宽度
  • WordWrap:自动换行

发表回复

登录... 后才能评论