Interface IPropertiesWithShading
Implemented by property containers that support background shading with color and pattern.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public interface IPropertiesWithShading
Properties
BackgroundColor
Gets the background fill color displayed behind any foreground pattern.
Declaration
IStyleProperty<ThemableColor> BackgroundColor { get; }
Property Value
|
IStyleProperty<ThemableColor>
The color of the background. |
Document
Gets the document to which these properties belong.
Declaration
RadFlowDocument Document { get; }
Property Value
|
RadFlowDocument
The document. |
ShadingPattern
Gets the pattern style applied to overlay the pattern color on the background.
Declaration
IStyleProperty<ShadingPattern? > ShadingPattern { get; }
Property Value
|
IStyleProperty<System.Nullable<ShadingPattern>>
The pattern. |
ShadingPatternColor
Gets the foreground color used to render the shading pattern over the background.
Declaration
IStyleProperty<ThemableColor> ShadingPatternColor { get; }
Property Value
|
IStyleProperty<ThemableColor>
The color of the pattern. |