Class ShapeLayoutBox
Represents a layout box for shapes in Telerik's RadRichTextBox.
Inherited Members
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ShapeLayoutBox : DrawingLayoutBox
Constructors
ShapeLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public ShapeLayoutBox(DocumentElement parentElement, DocumentStructureCollection collection)
Parameters
DocumentElement
parentElement
|
DocumentStructureCollection
collection
|
Properties
AssociatedShapeInline
Gets the associated shape inline element for the layout box.
Declaration
public ShapeInline AssociatedShapeInline { get; set; }
Property Value
ShapeInline
|
BaselineOffset
Gets or sets the baseline offset of the shape layout box.
Declaration
public override float BaselineOffset { get; }
Property Value
System.Single
A double value representing the distance from the baseline to the top of the shape layout box. |
Overrides
Methods
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
SizeF
availableSize
|
Returns
SizeF
|