TextCharacterPropertiesType.Kerning Property
Kerning.Represents the attribte in schema: kern
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "kern")> _
Public Property Kerning As Int32Value
Get
Set
'Usage
Dim instance As TextCharacterPropertiesType
Dim value As Int32Value
value = instance.Kerning
instance.Kerning = value
[SchemaAttrAttribute(, "kern")]
public Int32Value Kerning { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
See Also
Reference
TextCharacterPropertiesType Class