ClusteredDirectionalSeparatorArrow.ClassName Property
Gets or sets the Cascading Style Sheet (CSS) class name to apply to the control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ClassName As String
Get
Set
'Usage
Dim instance As ClusteredDirectionalSeparatorArrow
Dim value As String
value = instance.ClassName
instance.ClassName = value
public string ClassName { get; set; }
Property Value
Type: System.String
A string that contains the CSS class name.
See Also
Reference
ClusteredDirectionalSeparatorArrow Class