Class DrawingInline
Represents an inline-level element that describes DrawingML objects.
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public abstract class DrawingInline : Inline, 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
Gets or sets the size.
Declaration
public abstract Size Size { get; set; }
Property Value
System.Windows.Size
|
Width
Gets or sets the width.
Declaration
public abstract double Width { get; set; }
Property Value
System.Double
|