ImageWebPart.VerticalAlignment - Propriété
Obtient ou définit l'alignement vertical de l'image.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("VerticalAlignmentLabel", "Advanced", "VerticalAlignment")> _
Public Property VerticalAlignment As VerticalAlignment
Get
Set
'Utilisation
Dim instance As ImageWebPart
Dim value As VerticalAlignment
value = instance.VerticalAlignment
instance.VerticalAlignment = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("VerticalAlignmentLabel", "Advanced", "VerticalAlignment")]
public VerticalAlignment VerticalAlignment { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.WebPartPages.VerticalAlignment
Valeur de l'énumération Microsoft.SharePoint.WebPartPages.VerticalAlignment qui indique l'alignement vertical de l'image. Les valeurs incluent « Top », « Middle » et « Bas ».
Remarques
La propriété VerticalAlignment est en lecture/écriture.