Class UncoloredTiling
Represents uncolored tiling.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.ColorSpaces
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class UncoloredTiling : TilingBase, IEquatable<ColorBase>, IInstanceIdOwner, IContentRootElement, IContainerElement, IFixedDocumentElement, ITiling, IPatternColor
Constructors
UncoloredTiling(Tiling, SimpleColor)
Initializes a new instance of the UncoloredTiling class.
Declaration
public UncoloredTiling(Tiling tiling, SimpleColor color)
Parameters
Tiling
tiling
The tiling. |
SimpleColor
color
The color. |
Properties
BoundingBox
Gets or sets the bounding box.
Declaration
public override Rect BoundingBox { get; set; }
Property Value
System.Windows.Rect
The bounding box. |
Overrides
Color
Content
Gets the content.
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
Tiling
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
|