SummaryLinkFieldControl.ChromeType Property
Specifies 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