Class VerticalPosition
Specifies vertical shape positioning.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.Shapes
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class VerticalPosition
Constructors
VerticalPosition()
VerticalPosition(VerticalRelativeFrom, Double)
Initializes a new instance of the Vertical
Declaration
public VerticalPosition(VerticalRelativeFrom relativeFrom, double offset)
Parameters
Vertical The relative from. |
System. The offset. |
VerticalPosition(VerticalRelativeFrom, RelativeVerticalAlignment)
Initializes a new instance of the Vertical
Declaration
public VerticalPosition(VerticalRelativeFrom relativeFrom, RelativeVerticalAlignment alignment)
Parameters
Vertical The relative from. |
Relative The alignment. |
Properties
Alignment
Gets or sets the alignment to be used if the position type is alignment.
Declaration
public RelativeVerticalAlignment Alignment { get; set; }
Property Value
Relative The alignment. |
Offset
Gets or sets the offset to be used if the position type is offset.
Declaration
public double Offset { get; set; }
Property Value
System. The offset. |
RelativeFrom
Gets or sets the relative horizontal positioning base.
Declaration
public VerticalRelativeFrom RelativeFrom { get; set; }
Property Value
Vertical The vertical relative from value. |
ValueType
Gets or sets the type of the positioning.
Declaration
public PositionValueType ValueType { get; set; }
Property Value
Position The type of the positioning. |
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. |