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.
public bool IsHeaderRestricted { get; set; }
Public Property IsHeaderRestricted As Boolean
true to restrict the header to appear fully within the bounding rectangle of the container; otherwise, false.
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](https://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.width.aspx) and AnnContainer.Height properties of the AnnContainer that contains this AnnObject). For more information, refer to [WPF Annotation Object Headers.
For XAML example, refer to AnnPolygonObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET