Class FloatingBlockVerticalPosition
Describes the vertical position of a Floating
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class FloatingBlockVerticalPosition
Constructors
FloatingBlockVerticalPosition()
Initializes a new instance of the Floating
Declaration
public FloatingBlockVerticalPosition()
FloatingBlockVerticalPosition(VerticalRelativeFrom, Double)
Initializes a new instance of the Floating
Declaration
public FloatingBlockVerticalPosition(VerticalRelativeFrom relativeFrom, double offset)
Parameters
Vertical The vertical object or edge the position should be relative from. |
System. The offset. |
FloatingBlockVerticalPosition(VerticalRelativeFrom, RadVerticalAlignment)
Initializes a new instance of the Floating
Declaration
public FloatingBlockVerticalPosition(VerticalRelativeFrom relativeFrom, RadVerticalAlignment alignment)
Parameters
Vertical The vertical object or edge the position should be relative from. |
Rad The alignment. |
Properties
Alignment
Gets or sets the alignment.
Declaration
[XamlSerializable]
public RadVerticalAlignment 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 vertical object or edge the position should be relative from.
Declaration
[XamlSerializable]
public VerticalRelativeFrom RelativeFrom { get; set; }
Property Value
Vertical The Vertical |
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. |