Gets or sets the "Anchor Point Visibility" (0070,0015) attribute value.
Supported in Silverlight, Windows Phone 7.
Syntax
Visual Basic (Declaration) | |
---|
Public Property AnchorPointVisible As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomTextObject
Dim value As Boolean
instance.AnchorPointVisible = value
value = instance.AnchorPointVisible |
C# | |
---|
public bool AnchorPointVisible {get; set;} |
C++/CLI | |
---|
public:
property bool AnchorPointVisible {
bool get();
void set ( bool value);
} |
Property Value
True for visible, false for invisible.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also