TileAsTexture

PresentationImageFillFormat.TileAsTexture property

Gets or sets a value indicating whether the image is tiled across the background.

public override bool TileAsTexture { get; set; }

Property Value

True if the image is tiled across the background; otherwise, false (the image is stretched). The default value is false.

See Also