Class ShapeWrapping
Base class for shape wrapping.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class ShapeWrapping
Constructors
ShapeWrapping()
ShapeWrapping(ShapeWrappingType, TextWrap)
Initializes a new instance of the Shape
Declaration
public ShapeWrapping(ShapeWrappingType wrappingType, TextWrap textWrap)
Parameters
Shape Type of the wrapping. |
Text The text wrap. |
Properties
TextWrap
Gets or sets the value indicating how the text should be wrapped around the shape.
Declaration
public TextWrap TextWrap { get; set; }
Property Value
Text The text wrap. |
WrappingType
Gets or sets the type of the wrapping.
Declaration
public ShapeWrappingType WrappingType { get; set; }
Property Value
Shape The type of the wrapping. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. True if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |