Base class for watermark configuration providing common size and rotation properties.
Definition
Namespace:Telerik.Windows.Documents.Flow.Model.Watermarks
Assembly:Telerik.Windows.Documents.Flow.dll
Syntax:
C#
public abstract class WatermarkSettingsBase
Inheritance: objectWatermarkSettingsBase
Derived Classes:
Constructors
Creates a new watermark settings instance with default size and rotation values.
C#
protected WatermarkSettingsBase()
Properties
Gets or sets the rotation angle in degrees measured clockwise from horizontal.
C#
public double Angle { get; set; }
The angle.
Gets or sets the height of the watermark in device-independent pixels; must be non-negative.
C#
public double Height { get; set; }
The height.
Gets the watermark that owns these settings.
C#
public Watermark Watermark { get; }
The watermark.