ClassFloatingUIContainer
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
FloatingUIContainer()
Initializes a new instance of the FloatingUIContainer class.
Declaration
public FloatingUIContainer()
FloatingUIContainer(FloatingUIContainer)
Initializes a new instance of the FloatingUIContainer class.
Declaration
public FloatingUIContainer(FloatingUIContainer other)
Parameters
other
An object which will be used to copy its properties to the new instance.
FloatingUIContainer(UIElement, Size)
Initializes a new instance of the FloatingUIContainer class.
Declaration
public FloatingUIContainer(UIElement uiElement, Size size)
Parameters
uiElement
UIElement
The UI element.
size
Size
The size.
Properties
IsCopyable
Gets a value indicating whether this instance is copyable.
Declaration
public override bool IsCopyable { get; }
Property Value
true if this instance is copyable; otherwise, false.
Overrides
UIContainer
Gets or sets the UI container associated with the FloatingUIContainer.
Declaration
public InlineUIContainer UIContainer { get; set; }
Property Value
The UI container that is associated with the FloatingUIContainer.
Methods
CreateNewElementInstance()
Creates a new instance of this element.
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
The new instance.
Overrides