Propriedade Frame.PictureSizeMode (Script do Outlook Forms)
Returns or sets an Integer that specifies how to display the background picture on a Frame. Leitura/gravação.
Sintaxe
expressão. PictureSizeMode
Expressão Uma variável que representa um objeto Frame .
Comentários
The settings for PictureSizeMode are:
Valor | Descrição |
---|---|
0 | Corta qualquer parte da imagem que for maior que o formulário ou página (padrão). |
1 | Alonga a imagem para ocupar todo o espaço do formulário ou página. Esta configuração distorce a imagem na direção horizontal ou vertical. |
3 | Aumenta a imagem, mas não distorce a imagem na direção horizontal ou vertical. |
The 1 and 3 settings both enlarge the image, but 1 causes distortion. The 1 setting enlarges the image horizontally and vertically until the image reaches the corresponding edges of the container or control. The 3 setting enlarges the image until it reaches either the horizontal or vertical edges of the container or control. If the image reaches the horizontal edges first, any remaining distance to the vertical edges remains blank. If it reaches the vertical edges first, any remaining distance to the horizontal edges remains blank.
Setting the PictureSizeMode property to 2 overrides PictureAlignment. When PictureSizeMode is set to 2, the picture fills the entire control or container.
Suporte e comentários
Tem dúvidas ou quer enviar comentários sobre o VBA para Office ou sobre esta documentação? Confira Suporte e comentários sobre o VBA para Office a fim de obter orientação sobre as maneiras pelas quais você pode receber suporte e fornecer comentários.