ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLStyle Class / PatternColor Property

In This Topic
    PatternColor Property
    In This Topic
    Gets or sets the color of the background pattern for this XLStyle.
    Syntax
    'Declaration
     
    Public Property PatternColor As Windows.UI.Color
    public Windows.UI.Color PatternColor {get; set;}
    See Also