Class DrawingFloatingBlock
Represents a floating block for DrawingML floating objects.
Inheritance
System.Object
DrawingFloatingBlock
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.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public abstract class DrawingFloatingBlock : FloatingBlock
Constructors
DrawingFloatingBlock()
Declaration
public DrawingFloatingBlock()
Properties
DrawingInline
Methods
CopyPropertiesFromOverride(DocumentElement)
Declaration
protected override void CopyPropertiesFromOverride(DocumentElement fromElement)
Parameters
DocumentElement
fromElement
|