Class SfGridSplitterStyles
Theme resource dictionary for the SfGridSplitter control.
Maps the control-level bindable properties (separator background,
resize icon color, expand/collapse icon color) to the
SyncfusionThemeDictionary
keys defined in DefaultTheme.xaml, LightThemeColors.xaml,
and DarkThemeColors.xaml.
Inheritance
Namespace: Syncfusion.Maui.Toolkit.GridSplitter
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class SfGridSplitterStyles : ResourceDictionary
Remarks
The dictionary is loaded by SfGridSplitter via
Syncfusion.Maui.Toolkit.Themes.IParentThemeElement.GetThemeDictionary
when the CommonTheme or SfGridSplitterTheme dynamic
resource is merged into the application. The merged dictionary
causes the SetDynamicResource calls in
the constructor to re-resolve the values to the active theme
(light / dark), so the user does not have to set the colors
manually to follow the system theme.
The hover-state colors of the separator strip and the floating
expand/collapse buttons are looked up directly from the theme
dictionary inside SeparatorView (the canvas drawing API
does not consume bindable properties — it reads colors from the
platform application resource dictionary at draw time).
Constructors
SfGridSplitterStyles()
Initializes a new instance of the SfGridSplitterStyles class.
Declaration
public SfGridSplitterStyles()