TabStop.Leader Property
Tab Leader Character.Represents the attribte in schema: w:leader
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "leader")> _
Public Property Leader As EnumValue(Of TabStopLeaderCharValues)
Get
Set
'Usage
Dim instance As TabStop
Dim value As EnumValue(Of TabStopLeaderCharValues)
value = instance.Leader
instance.Leader = value
[SchemaAttrAttribute(, "leader")]
public EnumValue<TabStopLeaderCharValues> Leader { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<TabStopLeaderCharValues>
Returns EnumValue<T>.