how to override font style of editor's watermark

Themes, Shared, and Core Libraries for Avalonia Forum

Posted 3 days ago by scott shen
Version: 25.2.2
Avatar

Hi

how to override font style of editor's watermark: itlic -> normal

Comments (2)

Answer - Posted 2 days ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello,

We don't currently have a theme resource for that font style, but we will add a new resource for it in our next build.

After that update, you'll be able to put this in your Application.Resources:

<FontStyle x:Key="{actipro:ThemeResourceKey EditPlaceholderFontStyle}">Normal</FontStyle>


Actipro Software Support

Posted 2 days ago by scott shen
Avatar

thx

Add Comment

Please log in to a validated account to post comments.