gemasoft Member Licensed User Longtime User Sep 19, 2011 #1 I need set a button programmatically the text style : style, horizontal alignment and verical alignment. Do you can help me? thanks.-
I need set a button programmatically the text style : style, horizontal alignment and verical alignment. Do you can help me? thanks.-
Erel B4X founder Staff member Licensed User Longtime User Sep 19, 2011 #2 Here: B4X: Dim b As Button b.Typeface = Typeface.MONOSPACE b.Gravity = Bit.Or(Gravity.CENTER_HORIZONTAL, Gravity.CENTER_VERTICAL) Upvote 0
Here: B4X: Dim b As Button b.Typeface = Typeface.MONOSPACE b.Gravity = Bit.Or(Gravity.CENTER_HORIZONTAL, Gravity.CENTER_VERTICAL)