New to Telerik UI for WPFStart a free 30-day trial

Describes settings for the different types of pages in a section.

Definition

Namespace:Telerik.Windows.Documents.Commands.Styles.Sections

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class SectionWatermarkSettings

Inheritance: objectSectionWatermarkSettings

Constructors

C#
public SectionWatermarkSettings()

Properties

Gets or sets the default watermark settings used by all or odd pages, depending on the scenario.

C#
public DocumentWatermarkSettings Default { get; set; }
Property Value:

The settings.

Gets or sets the even pages watermark settings.

C#
public DocumentWatermarkSettings Even { get; set; }
Property Value:

The settings.

Gets or sets the first page watermark settings.

C#
public DocumentWatermarkSettings First { get; set; }
Property Value:

The settings.