TdxImageSlider.ImageFitMode Property
Specifies how the image is scaled to fit into the slider control.
Declaration
property ImageFitMode; default ifmProportionalStretch;
Property Value
Type | Default |
---|---|
TcxImageFitMode | ifmProportionalStretch |
Remarks
This property is inherited from the TdxCustomImageSlider class and is initialized with ifmProportionalStretch. Refer to the TdxCustomImageSlider.ImageFitMode topic to learn about this property.
See Also