The size of the pen used to frame the region in pixels.
public int Size { get; set; } Public Property Size() As IntegerGetSet
public:property int Size{int get()void set(int value)}
The size of the pen used to frame the region in pixels. Default value is 1.
ControlRegionRenderer frames the region as follows:
Using a pen of width Size pixels (default value is 1). It uses the background color (Color2) to trace the region using a solid brush
Using a pen of width Size pixels (default value is 1). It uses the foreground color (Color1) to trace the region using a hatch brush (with dash distance of 2 and 4)
The user can change any of these values or customize the rendering further by using RegionRenderCallback.
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
