StrokeChildType.Weight Property

Stroke Weight.Represents the attribte in schema: weight

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "weight")> _
Public Property Weight As StringValue
    Get
    Set
'Usage
Dim instance As StrokeChildType
Dim value As StringValue

value = instance.Weight

instance.Weight = value
[SchemaAttrAttribute(, "weight")]
public StringValue Weight { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

StrokeChildType Class

StrokeChildType Members

DocumentFormat.OpenXml.Vml.Office Namespace