Class ShapeInline
Represents an inline-level document element, which contains a DrawingML shape.
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ShapeInline : DrawingInline, IDrawingImageElement
Constructors
ShapeInline()
Declaration
public ShapeInline()
ShapeInline(ShapeInline)
Properties
Body
Returns the underling document that holds the shape text.
Declaration
public RadDocument Body { get; }
Property Value
RadDocument
|
Height
Gets or sets the height.
Declaration
[XamlSerializable]
public override double Height { get; set; }
Property Value
System.Double
The height. |
Overrides
RotateAngle
Gets or sets the angle at which the image should be rotated.
Declaration
[XamlSerializable(0)]
public override double RotateAngle { get; set; }
Property Value
System.Double
The rotate angle. |
Overrides
Size
Gets or sets the size.
Declaration
public override Size Size { get; set; }
Property Value
System.Windows.Size
The size. |
Overrides
Width
Gets or sets the width.
Declaration
[XamlSerializable]
public override double Width { get; set; }
Property Value
System.Double
The width. |
Overrides
Methods
CopyContentFromOverride(DocumentElement)
Declaration
protected override void CopyContentFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CopyPropertiesFromOverride(DocumentElement)
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|
Overrides
CreateLayoutBox(DocumentStructureCollection)
Declaration
public override LayoutBox CreateLayoutBox(DocumentStructureCollection documentCollection)
Parameters
DocumentStructureCollection
documentCollection
|
Returns
LayoutBox
|
Overrides
CreateNewElementInstance()
Declaration
protected override DocumentElement CreateNewElementInstance()
Returns
DocumentElement
|
Overrides
GetOutlineDash()
GetOutlineFill()
GetOutlineWidth()
Declaration
public float? GetOutlineWidth()
Returns
System.Nullable<System.Single>
|
GetShapeFill()
GetTextOutlineDash()
GetTextOutlineFill()
GetTextOutlineWidth()
Declaration
public double GetTextOutlineWidth()
Returns
System.Double
|