The IsFixedPointer Property supports WPF/Silverlight.
The IsFixedPointer Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value that indicates whether the pointer of this AnnTextPointerObject object is fixed. This is a dependency property.Supported in Silverlight, Windows Phone 7Visual 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;} |
Property Value
true if the pointer of this AnnTextPointerObject object is fixed; false otherwise.For XAML example, refer to AnnGroupObject.
For C#/VB examples, refer to AnnTextPointerObject.
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.
For more information, refer to Using Text in WPF Annotation Objects.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)