Gets or sets the color of the shadow cast by the text.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Color TextShadowColor { get; set; } |
Visual Basic Copy Code |
---|
Public Property TextShadowColor As Color |
A Color object specifying the color of the text shadows drawn with this style. Assign Colors.Empty to this property to use the corresponding value from the current theme.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |