CategoryDetail.LargeImageWidth Property
NOTE: This API is now obsolete.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("Webpart_Property_ImageWidth_Text", "Webpart__Custome_Property_Text", _
"Webpart_Property_ImageWidth_Description")> _
<ObsoleteAttribute("This control is obsolete. Please use v3 field controls instead.")> _
Public Property LargeImageWidth As UInteger
Get
Set
'Usage
Dim instance As CategoryDetail
Dim value As UInteger
value = instance.LargeImageWidth
instance.LargeImageWidth = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("Webpart_Property_ImageWidth_Text", "Webpart__Custome_Property_Text",
"Webpart_Property_ImageWidth_Description")]
[ObsoleteAttribute("This control is obsolete. Please use v3 field controls instead.")]
public uint LargeImageWidth { get; set; }
Property Value
Type: System.UInt32