Show / Hide Table of Contents

Class PictureFill

Inheritance
System.Object
PictureFill
Namespace: DRIT.Spreadsheet.Drawing
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
Type Description
Stretch

Tile

Declaration
public Tile Tile { get; }
Property Value
Type Description
Tile

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
Back to top Generated by DocFX