Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IsHeaderVisible Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnObjectBase Class : IsHeaderVisible Property





Gets or sets a value to determine whether to draw the header of this AnnObjectBase. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property IsHeaderVisible As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AnnObjectBase
Dim value As Boolean
 
instance.IsHeaderVisible = value
 
value = instance.IsHeaderVisible
C# 
public bool IsHeaderVisible {get; set;}
C++/CLI 
public:
property bool IsHeaderVisible {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object IsHeaderVisible=bool .../>

Dependencies Property Information 

Identifier field

IsHeaderVisibleProperty

Metadata properties set to true

AffectsRender

XAML Attributes Usage 

<object IsHeaderVisible=bool .../>

Dependencies Property Information 

Identifier field

IsHeaderVisibleProperty

Metadata properties set to true

AffectsRender

Return Value

true if the name of this AnnObjectBase is to be drawn whenever the object is drawn; false otherwise.

Example

For XAML example, refer to AnnPolygonObject.

For C#/VB examples, refer to AnnObjectBase.HeaderOffset.

Remarks

For more information, refer to WPF Annotation Object Headers.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

IsHeaderVisible requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.