GlowFormat.Radius Property

Returns or sets the length of the radius for a glow effect. Read/write.

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 GlowFormat
Dim value As Single

value = instance.Radius

instance.Radius = value
float Radius { get; set; }

Property Value

Type: System.Single
Single

See Also

Reference

GlowFormat Interface

GlowFormat Members

Microsoft.Office.Interop.Word Namespace