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





Gets or sets the brush used to draw the text of the header of this AnnObjectBase. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property HeaderForeground As Brush
Visual Basic (Usage)Copy Code
Dim instance As AnnObjectBase
Dim value As Brush
 
instance.HeaderForeground = value
 
value = instance.HeaderForeground
C# 
public Brush HeaderForeground {get; set;}
C++/CLI 
public:
property Brush HeaderForeground {
   Brush get();
   void set (Brush value);
}
XAML Syntax 
For XAML information, see the System.Windows.Media.Brush type.

Dependencies Property Information 

Identifier field

HeaderForegroundProperty

Metadata properties set to true

AffectsRender

XAML Syntax 
For XAML information, see the System.Windows.Media.Brush type.

Dependencies Property Information 

Identifier field

HeaderForegroundProperty

Metadata properties set to true

AffectsRender

Return Value

A Brush object that represents the brush used to draw the text of the header of this AnnObjectBase.

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

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