RoundRectangle.ArcSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rounded Corner Arc Size
Represents the following attribute in the schema: arcsize
[DocumentFormat.OpenXml.SchemaAttr(0, "arcsize")]
public DocumentFormat.OpenXml.StringValue ArcSize { get; set; }
public DocumentFormat.OpenXml.StringValue ArcSize { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "arcsize")]
public DocumentFormat.OpenXml.StringValue? ArcSize { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("arcsize")]
public DocumentFormat.OpenXml.StringValue? ArcSize { get; set; }
public DocumentFormat.OpenXml.StringValue? ArcSize { get; set; }
member this.ArcSize : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "arcsize")>]
member this.ArcSize : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("arcsize")>]
member this.ArcSize : DocumentFormat.OpenXml.StringValue with get, set
Public Property ArcSize As StringValue
Property Value
Returns StringValue.
- Attributes