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