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





Gets or sets the header of the AnnObjectBase. This is a dependency property.

Syntax

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

<object Header=string .../>

Dependencies Property Information 

Identifier field

HeaderProperty

Metadata properties set to true

AffectsRender

XAML Attributes Usage 

<object Header=string .../>

Dependencies Property Information 

Identifier field

HeaderProperty

Metadata properties set to true

AffectsRender

Return Value

The header of the AnnObjectBase.

Example

For XAML example, refer to AnnPolygonObject.

For C#/VB examples, refer to AnnObjectBase.

Remarks

An object header is one way of differentiating between multiple objects in a container. LEADTOOLS does not use the object header in any special way and the value has no special meaning. 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

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