Share via


SummaryLinkFieldControl.Direction property

Gets or sets a language direction for text and the frame.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property Direction As ContentDirection
    Get
    Set
'Usage
Dim instance As SummaryLinkFieldControl
Dim value As ContentDirection

value = instance.Direction

instance.Direction = value
public ContentDirection Direction { get; set; }

Property value

Type: System.Web.UI.WebControls.ContentDirection

Remarks

This value overrides the value set in the regional settings of the subsite.

See also

Reference

SummaryLinkFieldControl class

SummaryLinkFieldControl members

Microsoft.SharePoint.Publishing.WebControls namespace