Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IFloatingObjectDistance Interface

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

#Declaration

TypeScript
export interface IFloatingObjectDistance

#Properties

#bottom Property

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

#Declaration

TypeScript
bottom?: number

#Property Value

Type Description
number

The distance, in twips.

#left Property

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

#Declaration

TypeScript
left?: number

#Property Value

Type Description
number

The distance, in twips.

#right Property

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

#Declaration

TypeScript
right?: number

#Property Value

Type Description
number

The distance, in twips.

#top Property

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

#Declaration

TypeScript
top?: number

#Property Value

Type Description
number

The distance, in twips.