SoftEdgeFormat.Radius Property
Gets or sets a value that represents the length of the radius for a soft edge effect.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Radius As Single
Get
Set
'Usage
Dim instance As SoftEdgeFormat
Dim value As Single
value = instance.Radius
instance.Radius = value
float Radius { get; set; }
Property Value
Type: System.Single
The length of the radius for a soft edge effect.
Remarks
Read/write.