Share via


SummaryLinkFieldControl.ChromeType property

Gets or sets the type of border that frames the control.

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

Syntax

'Declaration
Public Property ChromeType As PartChromeType
    Get
    Set
'Usage
Dim instance As SummaryLinkFieldControl
Dim value As PartChromeType

value = instance.ChromeType

instance.ChromeType = value
public PartChromeType ChromeType { get; set; }

Property value

Type: System.Web.UI.WebControls.WebParts.PartChromeType

See also

Reference

SummaryLinkFieldControl class

SummaryLinkFieldControl members

Microsoft.SharePoint.Publishing.WebControls namespace