SolidFill
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:
C#
public class SolidFill : Fill
Constructors
Initializes a new instance of the SolidFill class with a concrete color.
C#
public SolidFill(Color color)
Initializes a new instance of the SolidFill class with a themable color.
Methods
Properties
Gets the themable color that defines the solid fill.
C#
public ThemableColor Color { get; }