Div.DivBorder Property
Set of Borders for HTML div.Represents the element tag in schema: w:divBdr
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property DivBorder As DivBorder
Get
Set
'Usage
Dim instance As Div
Dim value As DivBorder
value = instance.DivBorder
instance.DivBorder = value
public DivBorder DivBorder { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.DivBorder