Gets or sets the width of each ring in pixels or the maximum radius.
public int Radius { get; set; }
Public Property Radius As Integer
public int Radius {get; set;}
get_Radius();
set_Radius(value);
Object.defineProperty('Radius');
If the RingEffectCommandFlags.Radius flag is set in the Flags property, this is the width of each ring, in pixels. If the RingEffectCommandFlags.MaxRadius flag is set in the Flags property, this is the maximum radius, in pixels. In this latter case, the width of each ring is equal to ((Radius property)/ (RingCount property + 1)). Only positive values are accepted.
Refer to RingEffectCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET