CircleWithPerpendicularBiSector Property
Draw a circle using Perpendicular Bisector from the first three user defined
Points. For this to work you need to select the
DicomObjects.Enums.LabelType.Ellipse and set at least three
Points Default is false, which means the label will use
Area property instead of user defined points
public bool CircleWithPerpendicularBiSector {get; set;}
public:
property bool CircleWithPerpendicularBiSector {
bool get();
void set ( bool value);
}
'Declaration
Public Property CircleWithPerpendicularBiSector As Boolean
'Usage
Dim instance As DicomLabel
Dim value As Boolean
instance.CircleWithPerpendicularBiSector = value
value = instance.CircleWithPerpendicularBiSector
Target Platforms: .NET CLR 4.0 or higher