Interface IPictureFill
Represents the picture or texture type in fill format.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public interface IPictureFill
Properties
ImageBytes
Gets or sets the image as byte.
Declaration
byte[] ImageBytes { get; set; }
Property Value
Type |
---|
System.Byte[] |
TileMode
Gets or sets the value of TileMode type enumeration.
Declaration
TileMode TileMode { get; set; }
Property Value
Type |
---|
TileMode |
Transparency
Gets or sets the transparency of the image.
Declaration
int Transparency { get; set; }
Property Value
Type |
---|
System.Int32 |