Class Tile
Represents picture tile settings. Picture is repeated horizontally and vertically to fill the shape.
Inheritance
System.Object
Tile
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Tile : object
Properties
Alignment
Gets or sets the anchor position where the picture tiling begins.
Declaration
public RectAlignment? Alignment { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<RectAlignment> |
MirrorType
Gets or sets whether the alternating horizontal or vertical tiles display a mirror or flip image with every other tile.
Declaration
public TileMirrorType MirrorType { get; set; }
Property Value
Type | Description |
---|---|
TileMirrorType |
OffsetX
Gets or sets the offset in points to shift the entire tiled picture fill to the left (negative numbers) or the right (positive numbers)
Declaration
public double OffsetX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OffsetY
Gets or sets the offset in points to shift the entire tiled picture fill to the up (negative numbers) or the down (positive numbers)
Declaration
public double OffsetY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ScaleX
Gets or sets a percentage for the horizontal scaling of the original image.
Declaration
public double ScaleX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ScaleY
Gets or sets a percentage for the vertical scaling of the original image.
Declaration
public double ScaleY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |