dbicLabel Send comments on this topic.
ShadowOffset Property
See Also 
dbicLabel Assembly > Dbi.WinControl.Label Namespace > dbiLabel Class : ShadowOffset Property

Gets or sets the vertical and horizontal offset values used to calculate the position of the text shadow.

Syntax

Visual Basic (Declaration) 
Public Property ShadowOffset As Point
C# 
public Point ShadowOffset {get; set;}

Property Value

Point

Remarks

This property is only applied when ShadowText is equal to true.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also