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

IdxRichEditDocumentImage.GetLockAspectRatio Method

Identifies whether an end-user can change the inline image’s aspect ratio by using a corner sizing handle or the Layout dialog.

#Declaration

Delphi
function GetLockAspectRatio: Boolean;

#Returns

Type
Boolean

#Remarks

This function returns True if an end-user can change inline image’s dimensions independently by dragging one of the corner sizing handles; otherwise – False. Note that end-users can change the inline image’s height-to-width ratio by dragging a left, top, right, or bottom sizing handle regardless of the GetLockAspectRatio function’s value.

The GetLockAspectRatio function is a getter of the LockAspectRatio property.

See Also