autosize
- Ejemplos
Escribe la propiedad AutoSize de un objeto. | Sets the AutoSize property for an object. |
Lee la propiedad AutoSize de un objeto. | Gets the AutoSize property for an object. |
Escribe la propiedad AutoSize de un objeto. | Sets the PageSize property for an object. |
Los parámetros AutoSize y Column no se pueden usar en el mismo comando. | You cannot use the AutoSize and Column parameters in the same command. |
El parámetro Autosize ajusta el ancho de columna para minimizar el truncamiento de los datos. | The Autosize parameter adjusts the column widths to minimize truncation. |
AutoSize Infraestructura. Esta propiedad no es relevante para esta clase. (Se hereda de Control). | AutoSize Infrastructure. This property is not relevant for this class. (Inherited from Control.) |
El parámetro Autosize cambia el tamaño de las columnas de la tabla para dar cabida al texto. | The Autosize parameter resizes the table columns to accommodate the text. |
Si la carga del sistema no es un problema, entonces AutoSize funciona bien con el parámetro Wrap. | If you are not concerned about system load, then AutoSize works well with the Wrap parameter. |
El parámetro Property especifica el nombre de la propiedad y el parámetro AutoSize ajusta las columnas para facilitar su lectura. | The Property parameter specifies the name of the property, and the AutoSize parameter adjusts the columns for readability. |
El parámetro Autosize de Format-Table cambia el tamaño de las columnas de la tabla para que se muestren correctamente en Windows PowerShell. | The Autosize parameter of Format-Table resizes the table columns so that they display properly in Windows PowerShell. |
Cuando la propiedad AutoSize es TRUE, los objetos Static ajustan sus dimensiones al texto, mientras que los objetos Picture ajustan sus dimensiones a la imagen. | When the AutoSize property is TRUE, Static objects adjust its size to text, while Picture objects adjust its size to picture. |
A las columnas iniciales se les asigna siempre el ancho necesario para mostrar los elementos en una línea, como cuando se especifica AutoSize sin el parámetro Wrap. | The initial columns are always allotted as much width as they need to display items on one line, just as when you specify AutoSize without the Wrap parameter. |
Si especifica el parámetro AutoSize al ejecutar el comando Format-Table, Windows PowerShell calculará los anchos de columna en función de los datos reales que se desea mostrar. | If you specify the AutoSize parameter when you run the Format-Table command, Windows PowerShell will calculate column widths based on the actual data you are going to display. |
Si usa AutoSize y crea una lista recursiva de archivos de un gran sistema de directorios, es posible que este proceso tarde mucho tiempo en completarse y consuma gran cantidad de memoria antes de que se muestren los primeros elementos de salida. | If you perform a recursive file listing of a large directory system, it might take a very long time and use a lot of memory before displaying the first output items if you use AutoSize. |
