SoftEdgeFormat.Radius Property

Gets or sets the size, measured in points, of the soft edge effect of the shape.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.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

Remarks

Read/write.

See Also

Reference

SoftEdgeFormat Interface

SoftEdgeFormat Members

Microsoft.Office.Core Namespace