Class TextWatermarkSettings
Specifies text settings for the Watermark class.
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Watermarks
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class TextWatermarkSettings : WatermarkSettingsBase
Constructors
TextWatermarkSettings()
Initializes a new instance of the TextWatermarkSettings class.
Declaration
public TextWatermarkSettings()
Properties
FontFamily
Gets or sets the font family.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
System.Windows.Media.FontFamily
The font family. |
ForegroundColor
Gets or sets the foreground color of the text.
Declaration
public Color ForegroundColor { get; set; }
Property Value
System.Windows.Media.Color
The the foreground color. |
Opacity
Gets or sets the opacity of the text.
Declaration
public double Opacity { get; set; }
Property Value
System.Double
The opacity is a double number between 0 and 1. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
The text. |
Methods
Clone()
Creates a deep copy of this element.
Declaration
public TextWatermarkSettings Clone()
Returns
TextWatermarkSettings
A clone of the settings. |