ClassPatternColor
Class
Base for pattern-based colors (gradients, tilings) used to paint areas with reusable patterns and transforms.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
cs-api-definition
public abstract class PatternColor : ColorBase, IEquatable<ColorBase>
Inheritance: objectColorBasePatternColor
Derived Classes:
Implements:
Inherited Members
Constructors
PatternColor()
Initializes a new instance of the PatternColor class.
Declaration
cs-api-definition
protected PatternColor()