ImageFile.StrokeWeight Property

Shape Stroke Weight.Represents the attribte in schema: strokeweight

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

Syntax

'Declaration
<SchemaAttrAttribute(, "strokeweight")> _
Public Property StrokeWeight As StringValue
    Get
    Set
'Usage
Dim instance As ImageFile
Dim value As StringValue

value = instance.StrokeWeight

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

ImageFile Class

ImageFile Members

DocumentFormat.OpenXml.Vml Namespace