Error processing SSI file
LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Show in webframe

IsHeaderRestricted Property (AnnObject)






Gets or sets a value indicating whether this AnnObject header is restricted to appear fully within the bounding rectangle of the container. This is a dependency property.
Syntax
public bool IsHeaderRestricted {get; set;}
'Declaration
 
Public Property IsHeaderRestricted As Boolean
'Usage
 
Dim instance As AnnObject
Dim value As Boolean
 
instance.IsHeaderRestricted = value
 
value = instance.IsHeaderRestricted

            

            
public:
property bool IsHeaderRestricted {
   bool get();
   void set (    bool value);
}

Property Value

true to restrict the header to appear fully within the bounding rectangle of the container; otherwise, false.
Remarks
When the NameRestrict value of an AnnObject is set to true, calling the RestrictHeader method will move the name (by changing the HeaderOffset property so the header will be restricted to appear fully within the AnnContainer.Width and AnnContainer.Height properties of the AnnContainer that contains this AnnObject). For more information, refer to WPF Annotation Object Headers.
Example

For XAML example, refer to AnnPolygonObject.

Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

Error processing SSI file
   Leadtools.Windows.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features