Class TextWatermark
Inherited Members
Namespace: Telerik.Reporting.Processing
Assembly: Telerik.Reporting.dll
Syntax
public class TextWatermark : Watermark
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
System.Drawing.Color
|
Orientation
Declaration
public WatermarkOrientation Orientation { get; set; }
Property Value
WatermarkOrientation
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|