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





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

Syntax

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

Dependencies Property Information 

Identifier field

HeaderBackgroundProperty

Metadata properties set to true

AffectsRender

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

Dependencies Property Information 

Identifier field

HeaderBackgroundProperty

Metadata properties set to true

AffectsRender

Return Value

A Brush object that represents the brush used to fill the background 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

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