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