LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

IsHeaderRestricted Property (AnnObject)

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.