Style.BasedOn Property
Parent Style ID.Represents the element tag in schema: w:basedOn
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property BasedOn As BasedOn
Get
Set
'Usage
Dim instance As Style
Dim value As BasedOn
value = instance.BasedOn
instance.BasedOn = value
public BasedOn BasedOn { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.BasedOn