button title位置设置

Posted 柳仙慧子

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了button title位置设置相关的知识,希望对你有一定的参考价值。

registBtn.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;

此时文字会紧贴到做边框,可以设置registBtn.contentEdgeInsets = UIEdgeInsetsMake(0, 10, 0, 0);使文字距离做边框保持10个像素的距离。

以上是关于button title位置设置的主要内容,如果未能解决你的问题,请参考以下文章

html改变button按钮位置

iOS button 里边图片和文字的距离

Button的图像位置设置

button设置为disabled

在Unity脚本手册中GUILayout.Button怎么设置位置

设置 button.frame.origin 不会快速更改 scrollView 中的位置