Controls how the image is sized within the Slider's Thumb.
This property is available on the Slider control.
Property Type: Fixed
Default Value: Centre
The available values for this property are:
Each value will adjust the size of the image within the available width and height of the thumb (see examples below).
Thumb Height and Width
For the different size modes to take affect the Thumb Height and/ or Thumb Width properties must have a size applied (not set to Auto).
The default value of the property can be changed by:
Displays the image to its exact dimensions.
Area adjustment is taken from the top left of the image.
Image aspect ratio is maintained.
Displays the image stretched to fit within the limits of the thumb.
Image aspect ratio is not maintained.
Displays the image to its exact dimensions.
Area adjustment is taken from the centre of the image.
Image aspect ratio is maintained.
Displays the image to fit within the limits of the thumb.
Area adjustment is taken from the centre of the image.
Image aspect ratio is maintained.
Could display whitespace based on the limits of the thumb and the aspect ratio of the image.
Displays the image to cover the limits of the thumb.
Area adjustment is taken from the centre of the image.
Image aspect ratio is maintained.
Image could become cropped in the width or height based on the limits of the thumb and the aspect ratio of the image.
Form Design
A type of control property where the value can only be set in the Form Designer (not by a rule).