de la propiedad FormItemRow.Img2Width
Obtiene o establece el ancho de la segunda imagen, que se especifica en el campo ImageUrl2 .
Espacio de nombres: Microsoft.SharePoint.Portal.WebControls
Ensamblado: Microsoft.SharePoint.Portal (en Microsoft.SharePoint.Portal.dll)
Sintaxis
'Declaración
Public Property Img2Width As Integer
Get
Set
'Uso
Dim instance As FormItemRow
Dim value As Integer
value = instance.Img2Width
instance.Img2Width = value
public int Img2Width { get; set; }
Valor de propiedad
Tipo: System.Int32