menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapCell - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeatMapCell

    Inheritance
    System.Object
    HeatMapCell
    ColumnHeader
    RowHeader
    Namespace: Syncfusion.UI.Xaml.HeatMap
    Assembly: Syncfusion.SfHeatmap.UWP.dll
    Syntax
    public class HeatMapCell : ContentControl

    Constructors

    HeatMapCell()

    Declaration
    public HeatMapCell()

    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

    ValueFormatConverterProperty

    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

    ValueFormatConverter

    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

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved