OuterShadow.BlurRadius Property
Blur Radius.Represents the attribte in schema: blurRad
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "blurRad")> _
Public Property BlurRadius As Int64Value
Get
Set
'Usage
Dim instance As OuterShadow
Dim value As Int64Value
value = instance.BlurRadius
instance.BlurRadius = value
[SchemaAttrAttribute(, "blurRad")]
public Int64Value BlurRadius { 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 blur radius of the shadow.
The possible values for this attribute are defined by the ST_PositiveCoordinate simple type.