←Select platform

IsFixedPointer Property

Summary

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

Syntax

C#
VB
C++
public bool IsFixedPointer { get; set; } 
  
Public Property IsFixedPointer As Boolean 
public: 
property bool IsFixedPointer { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

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.

Example

For XAML example, refer to AnnGroupObject.

For C#/VB examples, refer to AnnTextPointerObject.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly