Class ImageLayoutBox
Represents a layout box for an image, providing properties and methods to manage and render images within the document layout.
Inherited Members
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ImageLayoutBox : DrawingLayoutBox
Constructors
ImageLayoutBox(DocumentElement, DocumentStructureCollection)
Declaration
public ImageLayoutBox(DocumentElement parentElement, DocumentStructureCollection collection)
Parameters
DocumentElement
parentElement
|
DocumentStructureCollection
collection
|
Properties
AssociatedInlineImage
Represents the associated inline image of the ImageLayoutBox.
Declaration
public ImageInline AssociatedInlineImage { get; set; }
Property Value
ImageInline
|
BaselineOffset
Gets or sets the baseline offset of the image layout box.
Declaration
public override float BaselineOffset { get; }
Property Value
System.Single
|
Overrides
Methods
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
SizeF
availableSize
|
Returns
SizeF
|
Overrides
ToString()
Returns a string representation of the current instance of the ImageLayoutBox.
Declaration
public override string ToString()
Returns
System.String
A string that represents the current ImageLayoutBox object, providing information relevant to its properties. |