Back to Devexpress

IFloatingObjectDistance Interface

aspnetcore-js-devexpress-dot-richedit-97d558a6.md

latest1.2 KB
Original Source

IFloatingObjectDistance Interface

Declares settings that specify the distance between the image borders and the text that wraps around it.

Declaration

ts
export interface IFloatingObjectDistance

Properties

bottom Property

Specifies the distance between the bottom image border and the wrapped text.

Declaration

ts
bottom?: number

Property Value

TypeDescription
number

The distance, in twips.

|

left Property

Specifies the distance between the left image border and the wrapped text.

Declaration

ts
left?: number

Property Value

TypeDescription
number

The distance, in twips.

|

right Property

Specifies the distance between the right image border and the wrapped text.

Declaration

ts
right?: number

Property Value

TypeDescription
number

The distance, in twips.

|

top Property

Specifies the distance between the top image border and the wrapped text.

Declaration

ts
top?: number

Property Value

TypeDescription
number

The distance, in twips.

|