ShapeInline
Represents an inline-level document element, which contains a DrawingML shape.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
public class ShapeInline : DrawingInline, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineDrawingInlineShapeInline...
Implements:
Inherited Members
Constructors
public ShapeInline()
Properties
Gets or sets the height.
[XamlSerializable]
public override double Height { get; set; }
The height.
Overrides:
Gets or sets the angle at which the image should be rotated.
[XamlSerializable(0)]
public override double RotateAngle { get; set; }
The rotate angle.
Overrides:
Gets or sets the size.
public override Size Size { get; set; }
The size.
Overrides:
Methods
Copies the content from another Inline.
protected override void CopyContentFromOverride(DocumentElement fromElement)
The Inline to copy the content from.
Exceptions:fromElement must not be null.
Cannot copy content to element itself.
Overrides:
Copies the properties from another document element to the current instance.
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
The DocumentElement to copy the properties from.
Overrides:
Creates a LayoutBox for the element.
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
The document collection.
Returns:Overrides:
Creates a new instance of this element.
protected override DocumentElement CreateNewElementInstance()
The new instance.
Overrides: