IFloatingObjectDistanceFromText.Right Property
In This Article
Specifies the distance between the right floating object border and the wrapped text.
Namespace: DevExpress.Blazor.RichEdit
Assembly: DevExpress.Blazor.RichEdit.v24.2.dll
NuGet Package: DevExpress.Blazor.RichEdit
#Declaration
C#
int Right { get; }
#Property Value
Type | Description |
---|---|
Int32 | The distance, in twips. |
See Also