Class
FloatingUIContainer

Class representing floating container that can hold UI elements.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class FloatingUIContainer : FloatingBlock

Inheritance: objectDocumentElementInlineAnnotationMarkerBaseFloatingBlockFloatingUIContainer

Inherited Members FloatingBlock.CopyPropertiesFromOverride(DocumentElement)FloatingBlock.CreateLayoutBox(DocumentStructureCollection)FloatingBlock.CopyContentFromOverride(DocumentElement)FloatingBlock.HorizontalPositionFloatingBlock.VerticalPositionFloatingBlock.AllowOverlapFloatingBlock.MarginFloatingBlock.WrappingStyleFloatingBlock.TextWrapFloatingBlock.AffectsLayoutFloatingBlock.SkipPositionBeforeFloatingBlock.DeleteBehaviorFloatingBlock.BackspaceBehaviorFloatingBlock.DeleteSelectedBehaviorAnnotationMarkerBase.AnnotationIDAnnotationMarkerBase.SkipPositionAfterAnnotationMarkerBase.IsWordSeparatorInline.CopyFromPositionToEndOfInline(DocumentPosition, DocumentPosition)Inline.CopyFromStartOfInlineToEndPosition(DocumentPosition)Inline.CopyContentFrom(DocumentElement)Inline.FieldStartDocumentElement.GetStyleProperty(IStylePropertyDefinition)DocumentElement.GetStyleProperty(string)DocumentElement.EnumerateChildrenOfType<T>()DocumentElement.GetParentOfType<T>()DocumentElement.CreateLayoutBox()DocumentElement.CopyPropertiesFrom(DocumentElement)DocumentElement.CopyPropertiesFromStyle(StyleDefinition)DocumentElement.ExtractStyleFromProperties()DocumentElement.ExtractStyleFromLocalProperties()DocumentElement.InvalidateAssociatedBoxesArrange()DocumentElement.InvalidateAssociatedBoxesMeasure()DocumentElement.InvalidateAssociatedBoxesLayout()DocumentElement.GetAssociatedLayoutBoxes()DocumentElement.GetRootDocument()DocumentElement.CreateDeepCopy()DocumentElement.CreateShallowCopy()DocumentElement.GetPropertyValueSource(IStylePropertyDefinition)DocumentElement.ClearValue(IStylePropertyDefinition)DocumentElement.OnRemoved()DocumentElement.OnStyleChanging()DocumentElement.OnStyleChanged()DocumentElement.OnStylePropertyChanged(StylePropertyChangeEventArgs)DocumentElement.OnParentChanging()DocumentElement.OnParentChanged()DocumentElement.ChildIndexDocumentElement.HasStyleDocumentElement.StyleDocumentElement.StyleNameDocumentElement.TagDocumentElement.FirstLayoutBoxDocumentElement.IsFirstLayoutBoxInitializedDocumentElement.DocumentElementsDocumentElement.ParentDocumentElement.ChildrenDocumentElement.PreviousSiblingDocumentElement.NextSiblingDocumentElement.CursorDocumentElement.StyleChangingDocumentElement.StyleChangedDocumentElement.StylePropertyChangedDocumentElement.ParentChangingDocumentElement.ParentChangedDocumentElement.PropertyValueChanged

Constructors

FloatingUIContainer()

Initializes a new instance of the FloatingUIContainer class.

Declaration

cs-api-definition
public FloatingUIContainer()

FloatingUIContainer(FloatingUIContainer)

Initializes a new instance of the FloatingUIContainer class.

Declaration

cs-api-definition
public FloatingUIContainer(FloatingUIContainer other)

Parameters

other

FloatingUIContainer

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

cs-api-definition
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

cs-api-definition
public override bool IsCopyable { get; }

Property Value

bool

true if this instance is copyable; otherwise, false.

Overrides AnnotationMarkerBase.IsCopyable

UIContainer

Gets or sets the UI container associated with the FloatingUIContainer.

Declaration

cs-api-definition
public InlineUIContainer UIContainer { get; set; }

Property Value

InlineUIContainer

The UI container that is associated with the FloatingUIContainer.

Methods

CreateNewElementInstance()

Creates a new instance of this element.

Declaration

cs-api-definition
protected override DocumentElement CreateNewElementInstance()

Returns

DocumentElement

The new instance.

Overrides DocumentElement.CreateNewElementInstance()