PicFormatOption
Contents
[
Hide
]PicFormatOption class
Represents picture format option
class PicFormatOption;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Properties
Property | Type | Description |
---|---|---|
type | FillPictureType | Gets or sets the picture fill type. |
scale | number | Gets or sets how many the picture stack and scale with. |
left | number | Gets or sets the left offset for stretching picture. |
top | number | Gets or sets the top offset for stretching picture. |
bottom | number | Gets or sets the bottom offset for stretching picture. |
right | number | Gets or sets the right offset for stretching picture. |
constructor()
Default Constructor.
constructor();
type
Gets or sets the picture fill type.
type : FillPictureType;
scale
Gets or sets how many the picture stack and scale with.
scale : number;
left
Gets or sets the left offset for stretching picture.
left : number;
top
Gets or sets the top offset for stretching picture.
top : number;
bottom
Gets or sets the bottom offset for stretching picture.
bottom : number;
right
Gets or sets the right offset for stretching picture.
right : number;