←Select platform

IsHeaderVisible Property

Summary

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

Syntax

C#
VB
C++
public bool IsHeaderVisible { get; set; } 
  
Public Property IsHeaderVisible As Boolean 
public: 
property bool IsHeaderVisible { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Remarks

For more information, refer to WPF Annotation Object Headers.

Example

For XAML example, refer to AnnPolygonObject.

For C#/VB examples, refer to HeaderOffset.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly