Class PatternColor
Base for pattern-based colors (gradients, tilings) used to paint areas with reusable patterns and transforms.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class PatternColor : ColorBase, IEquatable<ColorBase>, IInstanceIdOwner, IPatternColor
Constructors
PatternColor()
Properties
Position
Gets or sets the transform that positions the pattern when applied.
Declaration
public abstract IPosition Position { get; set; }
Property Value
|
IPosition
The position transformation matrix. |