RoundRectangle.ArcSize Property

Rounded Corner Arc Size.Represents the attribte in schema: arcsize

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

Syntax

'Declaration
<SchemaAttrAttribute(, "arcsize")> _
Public Property ArcSize As StringValue
    Get
    Set
'Usage
Dim instance As RoundRectangle
Dim value As StringValue

value = instance.ArcSize

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

RoundRectangle Class

RoundRectangle Members

DocumentFormat.OpenXml.Vml Namespace