次の方法で共有


AlphaOutset.Radius Property

Radius.Represents the attribte in schema: rad

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

Syntax

'宣言
<SchemaAttrAttribute(, "rad")> _
Public Property Radius As Int64Value
    Get
    Set
'使用
Dim instance As AlphaOutset
Dim value As Int64Value

value = instance.Radius

instance.Radius = value
[SchemaAttrAttribute(, "rad")]
public Int64Value Radius { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int64Value
Returns Int64Value.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the radius of outset/inset.

The possible values for this attribute are defined by the ST_Coordinate simple type.

See Also

Reference

AlphaOutset Class

AlphaOutset Members

DocumentFormat.OpenXml.Drawing Namespace