Create a custom skin and set the border alpha to 0
<!-- border/fill -->
<s:Rect left="0" right="0" top="0" bottom="0">
<s:stroke>
<s:SolidColorStroke color="#5C5C5C" weight="1" alpha="0"/>
</s:stroke>
<s:fill>
<s:SolidColor color="#FFFFFF"/>
</s:fill>
</s:Rect>
----------------------------------------
> From: [email protected]
> To: [email protected]
> Subject: Re: Properties not listed in the Flex API
> Date: Mon, 1 Jun 2015 22:17:28 +0000
>
>
>
> On 6/1/15, 2:09 PM, "Trevor Holman" <[email protected]> wrote:
>
>>I’m placing a <s:TextArea> for a AIR App and notice there is a border
>>that I’d would rather not have.
>>
>>borderVisible=“false” is the property I need to adjust but I don’t see it
>>in the list of properties on the API. Should it be or am I missing
>>something?
>
> I could be wrong, but lots of Spark stuff used custom skins and not styles.
>
> -Alex
>