Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IsFixedPointer Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnTextPointerObject Class : IsFixedPointer Property





Gets or sets a value that indicates whether the pointer of this AnnTextPointerObject object is fixed. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property IsFixedPointer As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AnnTextPointerObject
Dim value As Boolean
 
instance.IsFixedPointer = value
 
value = instance.IsFixedPointer
C# 
public bool IsFixedPointer {get; set;}
C++/CLI 
public:
property bool IsFixedPointer {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object IsFixedPointer=bool .../>

Dependencies Property Information 

Identifier field

IsFixedPointerProperty

Metadata properties set to true

AffectsMeasure, AffectsRender

XAML Attributes Usage 

<object IsFixedPointer=bool .../>

Dependencies Property Information 

Identifier field

IsFixedPointerProperty

Metadata properties set to true

AffectsMeasure, AffectsRender

Return Value

true if the pointer of this AnnTextPointerObject object is fixed; false otherwise.

Example

For XAML example, refer to AnnGroupObject.

For C#/VB examples, refer to AnnTextPointerObject.

Remarks

The position of the pointer is given in the PointerPosition property. The FixedPointer property determines what happens to the pointer when this AnnTextPointerObject object is transformed. For example, if the FixedPointer property is false, and this AnnTextPointerObject object gets translated by 10 pixels in both the X and Y directions, the PointerPosition value will be translated by 10 pixels in each direction as well. If the FixedPointer property is true however, any transformation on the object itself will not affect the PointerPosition value.
For more information, refer to Using Text in WPF Annotation Objects.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

IsFixedPointer requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.