property RadialMenu.RadialLineAlpha(Line as RadialLineEnum) as Byte
Specifies the value of alpha / opacity channel to show the giving line within the radial menu.

TypeDescription
Line as RadialLineEnum A RadialLineEnum expression that specifies the line/border to be changed.
Byte A BYTE expression that specifies the value of alpha / opacity channel to show the radial line. 255 indicates opaque, 128 semi-transparent, and 0 fully transparent.
The RadialLineAlpha property specifies the value of alpha / opacity channel to show the giving line within the radial menu. The RadialLineColor property specifies the color to show the given radial line within the control. The RadialLineSize property specifies the size to show the giving line within the radial menu. The RadialLineStyle property specifies the style to show the given radial line within the control.