문제

Is their any way we can create dashed/dotted around skinnable container in flex/air?

I tried few things to programatically add, but not successful

Please let me know any work around for this.

도움이 되었습니까?

해결책

try this

<s:Rect width="500" height="1">
<s:fill>
<s:BitmapFill source="@Embed('/assets/images/dot.png')" fillMode="repeat"/>
</s:fill>
</s:Rect>

create the dot.png (1x1 pixel)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top