Class InlineUIContainer
An inline-level document element which contains System.
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class InlineUIContainer : Inline
Constructors
InlineUIContainer()
This constructor supports XAML serialization infrastructure and is not intended to be used directly from your code.
Declaration
public InlineUIContainer()
InlineUIContainer(UIElement, Size)
Initializes a new instance of the Inline
Declaration
public InlineUIContainer(UIElement uiElement, Size size)
Parameters
System. The UIElement which should be added to the Inline |
System. The size of the Inline |
InlineUIContainer(InlineUIContainer)
Initializes a new instance of the Inline
Declaration
public InlineUIContainer(InlineUIContainer originalInline)
Parameters
Inline The Inline |
Properties
Height
Gets or sets the height.
Declaration
public double Height { get; set; }
Property Value
System. The height. |
IsCopyable
Gets a value indicating whether this instance is copyable.
Declaration
public override bool IsCopyable { get; }
Property Value
System.
|
Overrides
Size
Gets the size.
Declaration
public Size Size { get; }
Property Value
System. The size. |
UiElement
Gets or sets the UI element.
Declaration
public UIElement UiElement { get; set; }
Property Value
System. The UI element. |
Width
Gets or sets the width.
Declaration
public double Width { get; set; }
Property Value
System. The width. |
Methods
CopyContentFromOverride(DocumentElement)
Copies the content from another Inline
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
Document The Inline |
Overrides
CopyPropertiesFromOverride(DocumentElement)
Copies the properties from another document element to the current instance.
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
Document The Inline |
Overrides
CopyUIElementFromOverride(InlineUIContainer)
Override this method for custom implementation for copying UIElment. The default implementations uses the same instance of the UIElement.
Declaration
protected virtual void CopyUIElementFromOverride(InlineUIContainer fromUIContainer)
Parameters
Inline The UI container whose UIElement should be copied. |
CreateLayoutBox(DocumentStructureCollection)
Creates a Layout
Declaration
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
Parameters
Document The document collection. |
Returns
Layout A UIElement |
Overrides
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
Document The new instance. |