Click or drag to resize

RibbonAppSetFont Method

Font size handler

Namespace:  SOWIWin.Helper
Assembly:  SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
private void SetFont()
Examples
This example puts font size to a object

           if (this.Frame1TextBlock != null)
           {
               this.Frame1TextBlock.FontSize = SliderViewFont.Value;
           }
See Also