Class DrawingInline
Represents an inline-level element that describes DrawingML objects.
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.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class DrawingInline : Inline, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IDrawingImageElement
Constructors
DrawingInline()
Declaration
protected DrawingInline()
Properties
Height
Gets or sets the height.
Declaration
public abstract double Height { get; set; }
Property Value
System.Double
|
RotateAngle
Gets or sets the angle at which the object should be rotated.
Declaration
public abstract double RotateAngle { get; set; }
Property Value
System.Double
|
Size
Width
Gets or sets the width.
Declaration
public abstract double Width { get; set; }
Property Value
System.Double
|