ExternalHtmlResourceElement.Width Property
Gets or sets the image width of the ExternalHtmlResourceElement when the HtmlElement is Image().
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Width As String
Get
Set
'Usage
Dim instance As ExternalHtmlResourceElement
Dim value As String
value = instance.Width
instance.Width = value
public string Width { get; set; }
Property Value
Type: System.String
Remarks
This class or member is deprecated. When you upgrade or write new applications that use this class or member, use the new class or member instead.
See Also
Reference
ExternalHtmlResourceElement Class