FloatingUIContainer
Class representing floating container that can hold UI elements.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class FloatingUIContainer : FloatingBlock
Inheritance: objectDocumentElementInlineAnnotationMarkerBaseFloatingBlockFloatingUIContainer...
Inherited Members
Constructors
Initializes a new instance of the FloatingUIContainer class.
public FloatingUIContainer()
Initializes a new instance of the FloatingUIContainer class.
public FloatingUIContainer(FloatingUIContainer other)
An object which will be used to copy its properties to the new instance.
Initializes a new instance of the FloatingUIContainer class.
public FloatingUIContainer(UIElement uiElement, Size size)
The UI element.
sizeSizeThe size.
Properties
Gets a value indicating whether this instance is copyable.
public override bool IsCopyable { get; }
true if this instance is copyable; otherwise, false.
Overrides:
Gets or sets the UI container associated with the FloatingUIContainer.
public InlineUIContainer UIContainer { get; set; }
The UI container that is associated with the FloatingUIContainer.
Methods
Creates a new instance of this element.
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides: