StiUXTheme Class

Namespace: Stimulsoft.Base.Theme

Properties

Property Type Description
AccentColor static StiThemeAccentColor  
ActualAppTheme static StiAppThemeAppearance  
Appearance static StiThemeAppearance  
CustomAccentColor static Color  
IconSet static StiUIIconSet  

Methods

Method Returns Description
ApplyNewIconSet static void  
ApplyNewTheme static (+5 overloads) bool  

Method Details

ApplyNewIconSet static

ApplyNewIconSet(iconSet: StiUIIconSet, saveChanged: bool): void

Parameters


ApplyNewTheme static

ApplyNewTheme(appearance: StiThemeAppearance, saveChanged: bool): bool

Parameters

Returns bool


ApplyNewTheme(accentColor: StiThemeAccentColor, saveChanged: bool): bool

Parameters

Returns bool


ApplyNewTheme(accentColor: StiThemeAccentColor, customAccentColor: Color, saveChanged: bool): bool

Parameters

Returns bool


ApplyNewTheme(appearance: StiThemeAppearance, accentColor: StiThemeAccentColor, saveChanged: bool): bool

Parameters

Returns bool


ApplyNewTheme(appearance: StiThemeAppearance, accentColor: StiThemeAccentColor, customAccentColor: Color, saveChanged: bool): bool

Parameters

Returns bool


ApplyNewTheme(customAccentColor: Color, saveChanged: bool): bool

Parameters

  • customAccentColor (Color)
  • saveChanged (bool)

Returns bool

Events

Event Type Description
ActualColorChanged EventHandler  
IconSetChanged EventHandler  
ThemeChanged EventHandler  
ThemeInternalChanged EventHandler  
ViewerIconSetChanged EventHandler