Class PositionContentElement
Represents a positionable content element.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Common
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class PositionContentElement : ContentElementBase, IFixedDocumentElement
Constructors
PositionContentElement()
Initializes a new instance of the ContentElementBase class.
Declaration
public PositionContentElement()
Properties
Position
Gets or sets the other of the element.
Declaration
public IPosition Position { get; set; }
Property Value
IPosition
The position. |
Methods
CreateClonedInstance()
Creates the cloned instance.
Declaration
protected virtual PositionContentElement CreateClonedInstance()
Returns
PositionContentElement
The cloned instance. |