Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 393 Bytes

File metadata and controls

22 lines (13 loc) · 393 Bytes

SpriteSheetExporter.canBorderPad

Availability

Flash Pro CS6.

Usage

SpriteSheetExporter.canBorderPad

Description

Read-only property; A boolean value indicating whether the framework specified by the SpriteSheetExporter.layoutFormat property supports border padding.

Example

var exporter = new SpriteSheetExporter; 
alert(exporter.canBorderPad);