.NET
Microsoft Technologies based on the .NET software framework.
3,923 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
fontFamilyName = $"ms-appx:///Assets/HelveticaNeue-Bold.ttf";
CanvasTextFormat FNtextFormat = new CanvasTextFormat
{
FontSize = CardTheme.FN.FS,
FontWeight = FNfontWeight,
FontFamily = fontFamilyName,
HorizontalAlignment = CanvasHorizontalAlignment.Left,
VerticalAlignment = CanvasVerticalAlignment.Center
};