TextStrokeTransparency (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Bubby4j
Created page with "<onlyinclude>{{Property |name = TextStrokeTransparency |property = Number ''text stroke transparency'' |description = Sets the opacity in which text stroke appears. |objec..."
>Bubby4j
Removed example that is not needed
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
|objects = [[TextButton]], [[TextLabel]], [[TextBox]]
|objects = [[TextButton]], [[TextLabel]], [[TextBox]]
}}</onlyinclude>
}}</onlyinclude>
{{clear floats}}
{{Example|The resulting label will be translucent.<pre>
Instance.new('TextLabel', script.Parent).TextTransparency = .5
</pre>}}


[[Category:Properties]]
[[Category:Properties]]

Latest revision as of 23:18, 15 January 2012

TextStrokeTransparency
Property Number text stroke transparency
Description Sets the opacity in which text stroke appears.
Member of TextButton, TextLabel, TextBox