FoxLabel
<p>FoxLabel,FoxUI提供的标签组件
<strong>属性</strong>
Alignment 文字方式 靠右 居中 靠左</p>
<p>VertAlignment 文字上下居中方式</p>
<p>Alpha 透明度</p>
<p><del>AutoSize 自动尺寸</del> 已经采用AutoFit来处理</p>
<p>AutoFit 是否根据内容自动调整控件尺寸</p>
<p>Color 本身颜色</p>
<p>SkinSet
Icon 标签图标集合的皮肤序号 </p>
<p>ImgIndex 图标序号</p>
<p>Margin 间距</p>
<p>RoundValue 圆角设置</p>
<p>Transparent 背景透明</p>
<p>TxtEffect 文字特效控制 详情见 <a href="https://www.showdoc.cc/p/aff9e83add6e9a819cfcb6b5fdca3349" title="FoxUITextEffect">FoxUITextEffect</a></p>
<p>WorkBreak 是否折行</p>
<p><strong> 提供的事件</strong>
OnAutoFit 自动尺寸的适合手工动态控制事件</p>
<p>OnAfterDraw(Sender: TObject; DstBmp: TBitmap32;Arect: TRect);</p>
<p>OnBeforeDraw(Sender: TObject; DstBmp: TBitmap32;Arect: TRect);
内部绘制前后事件</p>
<p>OnFontSelect(Sender: TObject; AFont: TFont);
文字输出时候触发 方便动态修改字体</p>
<p>OnBorderSelect 边框设置颜色触发 我们可以在这里自己定义颜色</p>