Class
FloatingShapeBlock

Defines a floating block which contains a shape.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class FloatingShapeBlock : DrawingFloatingBlock

Inheritance: objectDocumentElementInlineAnnotationMarkerBaseFloatingBlockDrawingFloatingBlockFloatingShapeBlock

Inherited Members DrawingFloatingBlock.CopyPropertiesFromOverride(DocumentElement)DrawingFloatingBlock.DrawingInlineFloatingBlock.CreateLayoutBox(DocumentStructureCollection)FloatingBlock.CopyContentFromOverride(DocumentElement)FloatingBlock.HorizontalPositionFloatingBlock.VerticalPositionFloatingBlock.AllowOverlapFloatingBlock.MarginFloatingBlock.WrappingStyleFloatingBlock.TextWrapFloatingBlock.AffectsLayoutFloatingBlock.SkipPositionBeforeFloatingBlock.DeleteBehaviorFloatingBlock.BackspaceBehaviorFloatingBlock.DeleteSelectedBehaviorAnnotationMarkerBase.AnnotationIDAnnotationMarkerBase.SkipPositionAfterAnnotationMarkerBase.IsWordSeparatorAnnotationMarkerBase.IsCopyableInline.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

FloatingShapeBlock()

Initializes a new instance of the FloatingShapeBlock class.

Declaration

cs-api-definition
public FloatingShapeBlock()

FloatingShapeBlock(FloatingShapeBlock)

Initializes a new instance of the FloatingShapeBlock class using a copy of another FloatingShapeBlock.

Declaration

cs-api-definition
public FloatingShapeBlock(FloatingShapeBlock other)

Parameters

other

FloatingShapeBlock

Properties

ShapeInline

Gets or sets the shape inside the floating block.

Declaration

cs-api-definition
public ShapeInline ShapeInline { get; set; }

Property Value

ShapeInline

Methods

CreateNewElementInstance()

Creates a new instance of the FloatingShapeBlock class.

Declaration

cs-api-definition
protected override DocumentElement CreateNewElementInstance()

Returns

DocumentElement

Overrides DocumentElement.CreateNewElementInstance()