Class TreeMapDrillDownHeaderSettings
DrillDown header setting
Inheritance
Namespace: Syncfusion.Maui.TreeMap
Assembly: Syncfusion.Maui.TreeMap.dll
Syntax
public class TreeMapDrillDownHeaderSettings : Element, IThemeElement
Constructors
TreeMapDrillDownHeaderSettings()
Initializes a new instance of the TreeMapDrillDownHeaderSettings class.
Declaration
public TreeMapDrillDownHeaderSettings()
Fields
BackgroundProperty
Identifies the Background dependency property.
Declaration
public static readonly BindableProperty BackgroundProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Background dependency property. |
HeightProperty
Identifies the Height dependency property.
Declaration
public static readonly BindableProperty HeightProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Height dependency property. |
TextStyleProperty
Identifies the Height dependency property.
Declaration
public static readonly BindableProperty TextStyleProperty
Field Value
Type | Description |
---|---|
Microsoft.Maui.Controls.BindableProperty | The identifier for Height dependency property. |
Properties
Background
Gets or sets the background color for drill down header
Declaration
public Color Background { get; set; }
Property Value
Type |
---|
Microsoft.Maui.Graphics.Color |
Height
Gets or sets the height for drill down header
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
TextStyle
Gets or sets the text style for the drilldown header
Declaration
public TreeMapTextStyle TextStyle { get; set; }
Property Value
Type |
---|
TreeMapTextStyle |
Methods
OnBindingContextChanged()
Invokes on the binding context of the view changed.
Declaration
protected override void OnBindingContextChanged()
OnCommonThemeChanged(String, String)
Handles changes in the theme for individual controls.
Declaration
public void OnCommonThemeChanged(string oldTheme, string newTheme)
Parameters
Type | Name | Description |
---|---|---|
System.String | oldTheme | The old theme value. |
System.String | newTheme | The new theme value. |
OnControlThemeChanged(String, String)
Handles changes in the common theme shared across multiple elements.
Declaration
public void OnControlThemeChanged(string oldTheme, string newTheme)
Parameters
Type | Name | Description |
---|---|---|
System.String | oldTheme | The old theme value. |
System.String | newTheme | The new theme value. |