Class PatternColor
Represents the base class for pattern-based colors such as gradients and tilings.
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 position transformation matrix for the pattern.
Declaration
public abstract IPosition Position { get; set; }
  Property Value
| 
        IPosition
         The position transformation matrix.  |