New to Telerik Document ProcessingStart a free 30-day trial

Implemented by property containers that support background shading with color and pattern.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public interface IPropertiesWithShading

Derived Classes: CharacterPropertiesParagraphPropertiesTableCellPropertiesTableProperties

Properties

Gets the background fill color displayed behind any foreground pattern.

C#
IStyleProperty<ThemableColor> BackgroundColor { get; }
Property Value:

The color of the background.

Gets the document to which these properties belong.

C#
RadFlowDocument Document { get; }
Property Value:

The document.

Gets the pattern style applied to overlay the pattern color on the background.

C#
IStyleProperty<ShadingPattern?> ShadingPattern { get; }
Property Value:

The pattern.

Gets the foreground color used to render the shading pattern over the background.

C#
IStyleProperty<ThemableColor> ShadingPatternColor { get; }
Property Value:

The color of the pattern.