DrawingInline
Class
Represents an inline-level element that describes DrawingML objects.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class DrawingInline : Inline
Inheritance: objectDocumentElementInlineDrawingInline
Derived Classes:
Inherited Members
Constructors
C#
protected DrawingInline()
Properties
Gets or sets the angle at which the object should be rotated.
C#
public abstract double RotateAngle { get; set; }
Size
Size
Gets or sets the size.
C#
public abstract Size Size { get; set; }