Class HeatMapCell
Inheritance
System.Object
HeatMapCell
Assembly: Syncfusion.SfHeatmap.UWP.dll
Syntax
public class HeatMapCell : ContentControl
Constructors
HeatMapCell()
Declaration
Fields
GridLineBrushProperty
Declaration
public static readonly DependencyProperty GridLineBrushProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
GridLineThicknessProperty
Declaration
public static readonly DependencyProperty GridLineThicknessProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
ShowContentProperty
Declaration
public static readonly DependencyProperty ShowContentProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Declaration
public static readonly DependencyProperty ValueFormatConverterProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
GridLineBrush
Declaration
public Brush GridLineBrush { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
GridLineThickness
Declaration
public Thickness GridLineThickness { get; set; }
Property Value
Type |
Windows.UI.Xaml.Thickness |
ShowContent
Declaration
public Visibility ShowContent { get; set; }
Property Value
Type |
Windows.UI.Xaml.Visibility |
Declaration
public IValueConverter ValueFormatConverter { get; set; }
Property Value
Type |
Windows.UI.Xaml.Data.IValueConverter |
Methods
OnContentChanged(Object, Object)
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
Type |
Name |
Description |
System.Object |
oldContent |
|
System.Object |
newContent |
|
Extension Methods