Class SolidFill
Represents a solid fill of an object.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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.
Declaration
public SolidFill(Color color)
Parameters
System.Windows.Media.Color
color
|
SolidFill(ThemableColor)
Initializes a new instance of the SolidFill class.
Declaration
public SolidFill(ThemableColor color)
Parameters
ThemableColor
color
|
Properties
Color
Represents the color of the fill.
Declaration
public ThemableColor Color { get; }
Property Value
ThemableColor
|
Methods
Clone()
Creates a deep copy of the object.
Declaration
public override Fill Clone()
Returns
Fill
The deep copy of the object. |