Class Tiling
Represents tiling.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class Tiling : TilingBase, IEquatable<ColorBase>, IInstanceIdOwner, IContentRootElement, IContainerElement, IFixedDocumentElement, ITiling, IPatternColor
Constructors
Tiling()
Tiling(Rect)
Initializes a new instance of the Tiling class.
Declaration
public Tiling(Rect boundingBox)
Parameters
System.Windows.Rect
boundingBox
The bounding box. |
Tiling(Rect, IPosition)
Initializes a new instance of the Tiling class.
Declaration
public Tiling(Rect boundingBox, IPosition position)
Parameters
System.Windows.Rect
boundingBox
The bounding box. |
IPosition
position
The position. |
Tiling(IPosition)
Initializes a new instance of the Tiling class.
Declaration
public Tiling(IPosition position)
Parameters
IPosition
position
The position. |
Properties
BoundingBox
Gets or sets the bounding box.
Declaration
public override Rect BoundingBox { get; set; }
Property Value
System.Windows.Rect
The bounding box. |
Overrides
Content
Gets the content for the element.
Declaration
public override ContentElementCollection Content { get; }
Property Value
ContentElementCollection
The content. |
Overrides
HorizontalSpacing
Gets or sets the horizontal spacing.
Declaration
public override double HorizontalSpacing { get; set; }
Property Value
System.Double
The horizontal spacing. |
Overrides
Position
Gets or sets the position.
Declaration
public override IPosition Position { get; set; }
Property Value
IPosition
The position. |
Overrides
Size
Gets the size.
Declaration
public override Size Size { get; }
Property Value
System.Windows.Size
The size. |
Overrides
TilingType
Gets or sets the type of the tiling.
Declaration
public override TilingType TilingType { get; set; }
Property Value
TilingType
The type of the tiling. |
Overrides
VerticalSpacing
Gets or sets the vertical spacing.
Declaration
public override double VerticalSpacing { get; set; }
Property Value
System.Double
The vertical spacing. |
Overrides
Methods
Equals(ColorBase)
Equalses the specified other.
Declaration
public override bool Equals(ColorBase other)
Parameters
ColorBase
other
The other. |
Returns
System.Boolean
|