SPMobileImage.Weightless Property
Gets or sets the value that indicates whether the Image control is considered weightless for purposes of pagination.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Weightless As Boolean
Get
Set
'Usage
Dim instance As SPMobileImage
Dim value As Boolean
value = instance.Weightless
instance.Weightless = value
public bool Weightless { get; set; }
Property Value
Type: System.Boolean
true if the control is weightless; otherwise, false.