Class SolidFill
Solid color fill applied to a drawing element, resolved from a themable color.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Theming
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class SolidFill : Fill
Constructors
SolidFill(Color)
Initializes a new instance of the SolidFill class with a concrete color.
Declaration
public SolidFill(Color color)
Parameters
|
System.Windows.Media.Color
color
|
SolidFill(ThemableColor)
Initializes a new instance of the SolidFill class with a themable color.
Declaration
public SolidFill(ThemableColor color)
Parameters
|
ThemableColor
color
|
Properties
Color
Gets the themable color that defines the solid fill.
Declaration
public ThemableColor Color { get; }
Property Value
|
ThemableColor
|
Methods
Clone()
Create a deep copy of this fill using the same color reference.
Declaration
public override Fill Clone()
Returns
|
Fill
The deep copy of the object. |