Constructor Summary |
---|
PicFormatOption()
|
Property Getters/Setters Summary | ||
---|---|---|
function | getBottom() | |
function | setBottom(value) | |
Gets or sets the bottom offset for stretching picture. | ||
function | getLeft() | |
function | setLeft(value) | |
Gets or sets the left offset for stretching picture. | ||
function | getRight() | |
function | setRight(value) | |
Gets or sets the right offset for stretching picture. | ||
function | getScale() | |
function | setScale(value) | |
Gets or sets how many the picture stack and scale with. | ||
function | getTop() | |
function | setTop(value) | |
Gets or sets the top offset for stretching picture. | ||
function | getType() | |
function | setType(value) | |
Gets or sets the picture fill type. The value of the property is FillPictureType integer constant. |
Constructor Detail |
---|
function PicFormatOption()
Property Getters/Setters Detail |
---|
getType/setType : Number | |
function getType() / function setType(value) |
getScale/setScale : Number | |
function getScale() / function setScale(value) |
getLeft/setLeft : Number | |
function getLeft() / function setLeft(value) |
getTop/setTop : Number | |
function getTop() / function setTop(value) |
getBottom/setBottom : Number | |
function getBottom() / function setBottom(value) |
getRight/setRight : Number | |
function getRight() / function setRight(value) |