DrawingInline
Class
Represents an inline-level element that describes DrawingML objects.
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public abstract class DrawingInline : Inline, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectDocumentElementInlineDrawingInline...
Derived Classes:
Implements:
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; }