StrokeChildType.MiterLimit Property

Miter Joint Limit.Represents the attribte in schema: miterlimit

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

Syntax

'Declaration
<SchemaAttrAttribute(, "miterlimit")> _
Public Property MiterLimit As DecimalValue
    Get
    Set
'Usage
Dim instance As StrokeChildType
Dim value As DecimalValue

value = instance.MiterLimit

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

Property Value

Type: DocumentFormat.OpenXml.DecimalValue
Returns DecimalValue.

See Also

Reference

StrokeChildType Class

StrokeChildType Members

DocumentFormat.OpenXml.Vml.Office Namespace