Stroke.Miterlimit Property

Miter Joint Limit.Represents the attribte in schema: miterlimit

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

Syntax

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

value = instance.Miterlimit

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns DecimalValue.

See Also

Reference

Stroke Class

Stroke Members

DocumentFormat.OpenXml.Vml Namespace