InterfaceIPropertiesWithShading
Interface
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:
cs-api-definition
public interface IPropertiesWithShading
Properties
BackgroundColor
Gets the background fill color displayed behind any foreground pattern.
Declaration
cs-api-definition
IStyleProperty<ThemableColor> BackgroundColor { get; }
Property Value
IStyleProperty<ThemableColor>
The color of the background.
Document
Gets the document to which these properties belong.
Declaration
cs-api-definition
RadFlowDocument Document { get; }
Property Value
The document.
ShadingPattern
Gets the pattern style applied to overlay the pattern color on the background.
Declaration
cs-api-definition
IStyleProperty<ShadingPattern?> ShadingPattern { get; }
Property Value
IStyleProperty<ShadingPattern?>
The pattern.
ShadingPatternColor
Gets the foreground color used to render the shading pattern over the background.
Declaration
cs-api-definition
IStyleProperty<ThemableColor> ShadingPatternColor { get; }
Property Value
IStyleProperty<ThemableColor>
The color of the pattern.