ContextNode.Baseline Property
baseline.Represents the attribte in schema: baseline
Namespace: DocumentFormat.OpenXml.Office2010.Ink
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "baseline")> _
Public Property Baseline As StringValue
Get
Set
'Usage
Dim instance As ContextNode
Dim value As StringValue
value = instance.Baseline
instance.Baseline = value
[SchemaAttrAttribute(, "baseline")]
public StringValue Baseline { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue