Class Shading
Specifies the shading applied to a document element.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Styles
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class Shading
Constructors
Shading(IPropertiesWithShading)
Initializes a new instance of the Shading class.
Declaration
public Shading(IPropertiesWithShading properties)
Parameters
IPropertiesWithShading
properties
Properties implementing IPropertiesWithShading interface. |
Properties
BackgroundColor
Gets or sets the color of the background.
Declaration
public ThemableColor BackgroundColor { get; set; }
Property Value
ThemableColor
The color of the background. |
Pattern
Gets or sets a value indicating the pattern which shall be used to lay the pattern color over the background color for this shading.
Declaration
public ShadingPattern Pattern { get; set; }
Property Value
ShadingPattern
The default value is |
PatternColor
Gets or sets a value indicating the color for any foreground pattern used in this shading.
Declaration
public ThemableColor PatternColor { get; set; }
Property Value
ThemableColor
The color of the pattern. |