Home Search

DriveWorks Pro 23
Picture Height

Send Feedback

Picture Height

Specifies the height of the picture container inside the button.

The property Picture Style must be set to one of the following values:

  • Picture
  • TextAndPicture

The aspect ratio of the applied image will also affect how the image appears on the control, see Picture Size Mode to adjust how the image appears.

Property Type: Static

Default Value: Auto

Hierarchical Reference: ControlName.PictureHeight

This property is available for the following controls:

To Change the Default Value

Ensure the property is a static property (It will display the gray orb alongside the property name)

The default value of the static property can be changed by:

  1. Click in the property for the control to be changed.
  2. Type the required value directly into the property .

A rule can also be built for this property by changing the type to dynamic.

See How To: Change A Static Property To A Dynamic Property.

Examples

This property will accept the following values:

ValueDescription
50The height will be set to 50 pixels

The following units can be specified (for example 50px):

  • px - will set the unit value to pixels (default when no unit is specified)
  • % - will set the unit value to a percentage of the current size (50%)
  • em - will set the unit value relative to its parent font-size (2em)
  • rem - will set the unit value relative to the root font-size (2rem)

Value set in Form Designer. Static properties can be made Dynamic by double clicking the gray radio button.