Class PictureFill
Inheritance
System.Object
PictureFill
Assembly: DRIT.Spreadsheet.dll
Syntax
public class PictureFill : object
Properties
RotateWithShape
Declaration
public bool RotateWithShape { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Stretch
Declaration
public Stretch Stretch { get; }
Property Value
Tile
Declaration
public Tile Tile { get; }
Property Value
TilePictureAsTexture
Gets or sets whether the picture is tiled (repeated horizontally and vertically to fill the shape).
Declaration
public bool TilePictureAsTexture { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Transparency
Declaration
public double Transparency { get; set; }
Property Value
Type |
Description |
System.Double |
|