MobileProfilePropertyDetailsViewer.VisibleWeight Property
Gets the approximate weight of the control in characters.
Namespace: Microsoft.SharePoint.Portal.MobileControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property VisibleWeight As Integer
Get
'Usage
Dim instance As MobileProfilePropertyDetailsViewer
Dim value As Integer
value = instance.VisibleWeight
public override int VisibleWeight { get; }
Property Value
Type: System.Int32
The approximate weight of the control in characters.
Remarks
This is the weight used to determine pagination for pages displayed on mobile devices. For more information, see Pagination Support.
See Also
Reference
MobileProfilePropertyDetailsViewer Class