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