CircleWithPerpendicularBiSector Property
In This Topic
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
Syntax
'Declaration
Public Property CircleWithPerpendicularBiSector As Boolean
'Usage
Dim instance As DicomLabel
Dim value As Boolean
instance.CircleWithPerpendicularBiSector = value
value = instance.CircleWithPerpendicularBiSector
public bool CircleWithPerpendicularBiSector {get; set;}
public:
property bool CircleWithPerpendicularBiSector {
bool get();
void set ( bool value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also