SPMobileLink.Weightless Property
Gets or sets the value that indicates whether the control is weightless.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Weightless As Boolean
Get
Set
'Usage
Dim instance As SPMobileLink
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.