SPMobileLabel.Weightless Property
Gets or sets the value that indicates whether the Label 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 SPMobileLabel
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.