New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public abstract class PatternColor : ColorBase, IEquatable<ColorBase>

Inheritance: objectColorBasePatternColor

Derived Classes: GradientTilingBase

Implements: IEquatable<ColorBase>

Inherited Members ColorBase.Equals(ColorBase)ColorBase.Equals(object)ColorBase.GetHashCode()

Constructors

Initializes a new instance of the PatternColor class.

C#
protected PatternColor()

Properties

Gets or sets the transform that positions the pattern when applied.

C#
public abstract IPosition Position { get; set; }
Property Value:

The position transformation matrix.