LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

AnnFixedStateOperations Enumeration






Options for controlling the fixed state of an annotation object .NET support Silverlight support
Syntax
[FlagsAttribute()]
public enum AnnFixedStateOperations : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum AnnFixedStateOperations 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As AnnFixedStateOperations
[FlagsAttribute()]
public enum AnnFixedStateOperations : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Windows.Annotations.AnnFixedStateOperations = function() { };
Leadtools.Windows.Annotations.AnnFixedStateOperations.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class AnnFixedStateOperations : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
FontSize

Fix the font size of the annotation object. Any text that is part of this object will be drawn using its original point value regardless of the current container scale value.

None

The object is not fixed. The object will move and scales accordingly when the container scrolls or zooms.

PenWidth

Fix the pen size of the annotation object. Any line that is part of this object will be drawn using its original pixel size regardless of the current container scale value.

Scrolling

The object location is fixed. The object will only scale when the container scrolls or zooms but will not change position.

Zooming

The object size is fixed. The object will only move when the container scrolls or zooms but will not scale.

Remarks

The LEADTOOLS Annotation toolkit supports fixing the object size and location when the container zooms or scrolls. To fix an object, change the AnnObject.FixedState property from the default AnnFixedStateOperations.None to the desired state.

You can combine members of this enumeration together using a logical or operation (| in C# or OR in Visual Basic).

For more information on fixed annotation objects, refer to WPF Fixed Annotations.

Example

For C#/VB examples, refer to AnnObject.FixedState.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Annotations.AnnFixedStateOperations

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

Reference

Leadtools.Windows.Annotations Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.