Class WatermarkSettingsBase
Represents a base class for the watermark settings classes.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Watermarks
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class WatermarkSettingsBase
Constructors
WatermarkSettingsBase()
Declaration
public WatermarkSettingsBase()
Properties
Angle
Gets or sets the angle of the watermark element towards the horizontal direction.
Declaration
public double Angle { get; set; }
Property Value
System.Double
The angle. |
Height
Gets or sets the height of the watermark element.
Declaration
public double Height { get; set; }
Property Value
System.Double
The height. |
Watermark
Gets or sets the watermark associated with the settings.
Declaration
public Watermark Watermark { get; }
Property Value
Watermark
The watermark. |
Width
Gets or sets the width of the watermark element.
Declaration
public double Width { get; set; }
Property Value
System.Double
The width. |