PicFormatOption
Contents
[
Hide
]PicFormatOption class
Represents picture format option
Constructors
| Name | Description |
|---|---|
| PicFormatOption |
Properties
| Name | Type | Description |
|---|---|---|
| Type | Number | Gets or sets the picture fill type. The value of the property is FillPictureType integer constant. |
| 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. |
PicFormatOption()
PicFormatOption.Type property
Gets or sets the picture fill type. The value of the property is FillPictureType integer constant.
Type: Number
PicFormatOption.Scale property
Gets or sets how many the picture stack and scale with.
Type: Number
PicFormatOption.Left property
Gets or sets the left offset for stretching picture.
Type: Number
PicFormatOption.Top property
Gets or sets the top offset for stretching picture.
Type: Number
PicFormatOption.Bottom property
Gets or sets the bottom offset for stretching picture.
Type: Number
PicFormatOption.Right property
Gets or sets the right offset for stretching picture.
Type: Number