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