AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The FontMinSize property gets and sets the minimum size of the font used in a Static Text control with the "Reducir fuente" option ("Details" tab of the Static Text control description window).
Reminder: This option reduces the font size to allow long text to be displayed in full in the Static Text control. The minimum font can also be specified in the "Details" tab of the Static Text control description.
Ejemplo
// Set minimum font size
STC_MyTitle.FontMinSize = 8
Sintaxis

Finding out the minimum size of the font used in a Static Text control Ocultar los detalles

<Result> = <Static Text control>.FontMinSize
<Result>: Integer
  • 0 if this feature is not enabled (default value). In this case, the font is not reduced.
  • Minimum font size. This size is expressed in the unit specified for the element (returned by the SizeUnit property).
<Static Text control>: Control name
Name of the Static Text control to be used.

Changing the minimum size of the font used in a Static Text control Ocultar los detalles

<Static Text control>.FontMinSize = <Font size>
<Static Text control>: Control name
Name of the Static Text control to be used.
<Font size>: Integer
  • 0 to disable the feature. In this case, the font is not reduced.
  • Minimum font size. This size is expressed in the unit specified for the element (returned by the SizeUnit property).
Observaciones
  • This property has no effect on RTF Static Text controls.
  • If the text is too long, an ellipsis is displayed.
  • The maximum font size is given by the FontSize property.
  • The size is expressed in the unit specified for the element (returned by the SizeUnit property).
Versión mínima requerida
  • Versión 25
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

Señalar un error o enviar una sugerencia | Ayuda local