Stroke.ImageSize Property

Stroke Image Size.Represents the attribte in schema: imagesize

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

Syntax

'Declaration
<SchemaAttrAttribute(, "imagesize")> _
Public Property ImageSize As StringValue
    Get
    Set
'Usage
Dim instance As Stroke
Dim value As StringValue

value = instance.ImageSize

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Stroke Class

Stroke Members

DocumentFormat.OpenXml.Vml Namespace