ClassFill
Class
Base type for shape fills applied to drawing elements (e.g., solid, gradient, or none).
Definition
Namespace:Telerik.Windows.Documents.Model.Drawing.Theming
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public abstract class Fill
Inheritance: objectFill
Derived Classes:
Constructors
Fill()
Initialize a fill definition base used by concrete fill types to describe how shapes are painted.
Declaration
cs-api-definition
protected Fill()