| Name | Description |
 | Anchor | A pair of coordinates (x, y) of an visible anchor point for a text label |
 | AnchorScaleMode | Defines how anchor point is transformed with the image |
 | Angle | Angle to rotate Label (Clockwise) |
 | Area | The 4 edges of the SKRectI area of the DicomLabel |
 | AutoSizeMode |
Controls the size of a text label.
|
 | BoundingBox |
Area that encloses the label as displayed
|
 | Font | The SKFont to be used for text labels |
 | ForeColor | Contains the fore colour of DicomLabel depending on the LabelType whether the shape or text colour This is a shortcut for Paint.Color |
 | FrameList |
List of Frames you want to display the DicomLabel on. Empty FrameList is default value and it means display on all
frames.
|
 | Height | Define the height of a DicomLabel (annotation) on an image |
 | Image | The Image to be displayed by an Image type DicomLabel |
 | ImageOpacity | Controls the opacity of the Image label. Only applicable to Image type.
Value ranges from 0-1 (None to Full opacity) |
  | ImportedLabelType |
The type of label created by DicomObjects from Presentation states
|
 | IncludeInPresentationState | This property controls whether the DicomLabel goes into the PresentationState or not when one of the CurrentToPresentationState methods is used. |
 | IsInterpolated | Specify if the DicomLabel is Interpolated |
 | IsShutter |
This property decides whether or not the DicomLabel will be acting as a
Shutter.
|
 | LabelType | Determines the basic type of a label |
 | Left | Define the left of a DicomLabel (annotation) on an image |
 | Margin | Defines a margin between text and it’s bounding box |
 | MinArrowSize |
Specify the minimum Arrow size when the labeltype is set to LabelArrow
|
 | Paint | Information about the style and color that is used to draw the different LabelTypes |
 | Points | The points of a DicomLabel (of type PolyLine or Polygon) |
 | RefImage |
The image whose plane is used to control the placement of this image, as a line.
|
 | RotationCentre |
Controls the centre of rotation of a text label.
|
 | RotationMode |
Controls the rotation behaviour of a label.
|
 | RotationPoint | Defines the centre point used for label rotation (whether due to Angle or as a result of RotationMode) if the RotationCentre is set to SpecifiedPoint |
 | RulerOptions |
Ruler options used if LabelType is set to Ruler
|
 | RulerSpacing |
Controls the approximate spacing of the minor ticks for a ruler label
|
 | ScaleFontSize | Determines whether the SKFont size scales with the image |
 | ScaleMode | Defines a basic scale mode of DicomLabel |
 | ScaleStrokeWidth |
Control whether the width of a line scales with the label being drawn
|
 | SelectMode | Controls whether a label is highlighted using a box and/or “handles” |
 | Shadow |
Controls whether a label is displayed with a contrasting shadow, to make it more
visible over image areas with the same colour.
|
 | ShadowColor | Contains the colour of the Shadow applied to the DicomLabel |
 | ShowAnchor | Determines whether the anchor point is shown |
 | ShowTextBox | Controls whether text boxes have a visible border |
  | SKFonts | A Static SKFont collection. Users can define and add their list of SKFonts and choose which to apply to each DicomLabel object using DicomLabel's SKFontIndex property. |
 | StartAngle |
Starting angle (in degrees) where the arc begins used by SkiaSharp
|
 | SweepAngle |
Sweep angle (in degrees) measured clockwise used by SkiaSharp
|
 | Tag | A general purpose Tag for developer use |
 | Text | The text to be displayed by a text type DicomLabel |
 | Top | Define the top of a DicomLabel (annotation) on an image |
 | Visible | Controls whether a DicomLabel object is displayed |
 | Width | Define the width of a DicomLabel (annotation) on an image |