Version

StylingOverlayText Event (DataAnnotationShapeLayer)

Event raised when updating style of overlay text
Syntax
'Declaration
 
Public Event StylingOverlayText As OverlayTextUpdatingEventHandler
public event OverlayTextUpdatingEventHandler StylingOverlayText
Event Data

The event handler receives an argument of type OverlayTextUpdatingEventArgs containing data related to this event. The following OverlayTextUpdatingEventArgs properties provide information specific to this event.

PropertyDescription
Background Gets or sets background of the overlay text
BackgroundMode Gets or sets appearance mode of the overlay text background
BackgroundShift Gets or sets appearance shift of the overlay text background
BorderMode Gets or sets appearance mode of the overlay text border
BorderRadius Gets or sets boarder border radius of the overlay text
BorderShift Gets or sets appearance shift of the overlay text border
BorderStroke Gets or sets border stroke of the overlay text
BorderThickness Gets or sets boarder thickness of the overlay text
DataIndex Gets data index associated with the overlay text
HorizontalMargin Gets or sets Horizontal Margin for the overlay text
HorizontalPadding Gets or sets Horizontal Padding for the overlay text
ShapeBrush Gets or sets shape brush associated with the overlay text
ShapeOutline Gets or sets shape outline associated with the overlay text
TextAngle Gets or sets rotation angle of the overlay text
TextColor Gets or sets color of the overlay text
TextColorMode Gets or sets appearance mode of the overlay text color
TextColorShift Gets or sets appearance shift of the overlay text color
TextContent Gets or sets content of the overlay text
TextEmpty Gets or sets visibility of the overlay text
TextLocation Gets or sets location of the overlay text in relation to shape annotation
TextVisible Gets or sets visibility of the overlay text
VerticalMargin Gets or sets Vertical Margin for the overlay text
VerticalPadding Gets or sets Vertical Padding for the overlay text
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also