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