DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomLabel Class / ShowAnchor Property



In This Topic
    ShowAnchor Property
    In This Topic
    Determines whether the anchor point is shown
    Syntax
    'Declaration
     
    
    Public Property ShowAnchor As Boolean
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As Boolean
     
    instance.ShowAnchor = value
     
    value = instance.ShowAnchor
    public bool ShowAnchor {get; set;}
    public:
    property bool ShowAnchor {
       bool get();
       void set (    bool value);
    }
    Remarks

    If the label is a text label, and this property is true, then a line is drawn from the border of the text label to a point in the image indicated by the X and Y co-ordinates of the anchor.

    If AnchorScaleMode is set to Image, then the anchor point is transformed with the image exactly the same way that the label itself is if ScaleMode is set to Image.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also