A brush that paints a pattern cell that is repeated from right to left, from top to bottom.

Namespace: TallComponents.PDF.Layout.Brushes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
[SerializableAttribute]
public class TilingBrush : Brush
Visual Basic
<SerializableAttribute> _
Public Class TilingBrush _
	Inherits Brush

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout..::..Object
    TallComponents.PDF.Layout.Brushes..::..Brush
      TallComponents.PDF.Layout.Brushes..::..TilingBrush

See Also