Interface IPropertiesWithShading
Establishes common functionality for document element properties with shading.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public interface IPropertiesWithShading
Properties
BackgroundColor
Gets the color of the background.
Declaration
IStyleProperty<ThemableColor> BackgroundColor { get; }
Property Value
IStyleProperty<ThemableColor>
The color of the background. |
Document
Gets the document.
Declaration
RadFlowDocument Document { get; }
Property Value
RadFlowDocument
The document. |
ShadingPattern
Gets a value indicating the pattern which shall be used to lay the pattern color over the background color for this shading.
Declaration
IStyleProperty<ShadingPattern? > ShadingPattern { get; }
Property Value
IStyleProperty<System.Nullable<ShadingPattern>>
The pattern. |
ShadingPatternColor
Gets a value indicating the color for any foreground pattern used in this shading.
Declaration
IStyleProperty<ThemableColor> ShadingPatternColor { get; }
Property Value
IStyleProperty<ThemableColor>
The color of the pattern. |