Class FloatingBlockHorizontalPosition
Describes the horizontal position of a Floating
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class FloatingBlockHorizontalPosition : Object
Constructors
FloatingBlockHorizontalPosition()
Initializes a new instance of the Floating
Declaration
public FloatingBlockHorizontalPosition()
FloatingBlockHorizontalPosition(HorizontalRelativeFrom, Double)
Initializes a new instance of the Floating
Declaration
public FloatingBlockHorizontalPosition(HorizontalRelativeFrom relativeFrom, double offset)
Parameters
Horizontal The horizontal object or edge the position should be relative from. |
System. The offset. |
FloatingBlockHorizontalPosition(HorizontalRelativeFrom, RadHorizontalAlignment)
Initializes a new instance of the Floating
Declaration
public FloatingBlockHorizontalPosition(HorizontalRelativeFrom relativeFrom, RadHorizontalAlignment alignment)
Parameters
Horizontal The horizontal object or edge the position should be relative from. |
Rad The alignment. |
Properties
Alignment
Gets or sets the alignment.
Declaration
[XamlSerializable]
public RadHorizontalAlignment Alignment { get; set; }
Property Value
Rad The alignment. |
Offset
Gets or sets the offset.
Declaration
[XamlSerializable]
public double Offset { get; set; }
Property Value
System. The offset. |
RelativeFrom
Determines the horizontal object or edge the position should be relative from.
Declaration
[XamlSerializable]
public HorizontalRelativeFrom RelativeFrom { get; set; }
Property Value
Horizontal The Horizontal |
ValueType
Determines whether the position should be moved with a specific offset or aligned to other elements.
Declaration
[XamlSerializable]
public PositionValueType ValueType { get; set; }
Property Value
Position The type of the value. |