Share via


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

MobileProfilePropertyDetailsViewer members

Microsoft.SharePoint.Portal.MobileControls namespace