ClassSolidFill
Class
Solid color fill applied to a drawing element, resolved from a themable color.
Definition
Namespace:Telerik.Windows.Documents.Model.Drawing.Theming
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public class SolidFill : Fill
Constructors
SolidFill(Color)
Initializes a new instance of the SolidFill class with a concrete color.
SolidFill(ThemableColor)
Initializes a new instance of the SolidFill class with a themable color.
Properties
Color
Gets the themable color that defines the solid fill.