Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / CurrentTheme Property


In This Topic
    CurrentTheme Property (GcSpreadSheet)
    In This Topic
    Gets or sets the current theme information for the control.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public Property CurrentTheme As SpreadTheme
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As SpreadTheme
     
    instance.CurrentTheme = value
     
    value = instance.CurrentTheme
    [Browsable(false)]
    public SpreadTheme CurrentTheme {get; set;}
    See Also