ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLConditionalFormattingRule Class / Font Property

In This Topic
    Font Property (XLConditionalFormattingRule)
    In This Topic
    Gets or sets the text font and foreground color of the conditional formatting.
    Syntax
    'Declaration
     
    Public Property Font As XLFontFormatting
    public XLFontFormatting Font {get; set;}
    See Also