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

TdxCustomCameraControl.FitMode Property

Specifies how images of rendered output frames are sized within the camera control.

#Declaration

Delphi
property FitMode: TcxImageFitMode read; write;

#Property Value

Type
TcxImageFitMode

#Remarks

Refer to the TcxImageFitMode type description to learn about the available property values. The default property value allows the camera control to scale the rendered output maintaining its aspect ratio.

The default value of the FitMode property is ifmProportionalStretch.

See Also