IsBackground

Watermark.IsBackground property

Gets or sets a value indicating whether the watermark should be placed at background.

public bool IsBackground { get; set; }

Property Value

If the value is true, the watermark will be placed at the bottom. By default, the value is false, the watermark will be placed at the top.

See Also