WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapCell - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeatMapCell

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

    Constructors

    HeatMapCell()

    Declaration
    public HeatMapCell()

    Fields

    GridLineBrushProperty

    Declaration
    public static readonly DependencyProperty GridLineBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    GridLineThicknessProperty

    Declaration
    public static readonly DependencyProperty GridLineThicknessProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ShowContentProperty

    Declaration
    public static readonly DependencyProperty ShowContentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ValueFormatConverterProperty

    Declaration
    public static readonly DependencyProperty ValueFormatConverterProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    GridLineBrush

    Declaration
    public Brush GridLineBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    GridLineThickness

    Declaration
    public Thickness GridLineThickness { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    ShowContent

    Declaration
    public Visibility ShowContent { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    ValueFormatConverter

    Declaration
    public IValueConverter ValueFormatConverter { get; set; }
    Property Value
    Type Description
    System.Windows.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved