ClassWatermarkSettingsBase
Class
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:
cs-api-definition
public abstract class WatermarkSettingsBase
Inheritance: objectWatermarkSettingsBase
Derived Classes:
Constructors
WatermarkSettingsBase()
Creates a new watermark settings instance with default size and rotation values.
Declaration
cs-api-definition
protected WatermarkSettingsBase()
Properties
Angle
Gets or sets the rotation angle in degrees measured clockwise from horizontal.
Height
Gets or sets the height of the watermark in device-independent pixels; must be non-negative.
Watermark
Gets the watermark that owns these settings.
Declaration
cs-api-definition
public Watermark Watermark { get; }
Property Value
The watermark.