WPF

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

    Show / Hide Table of Contents

    Class TimeSpanEditPaint

    Inheritance
    System.Object
    TimeSpanEditPaint
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class TimeSpanEditPaint

    Constructors

    TimeSpanEditPaint()

    Default constructor.

    Declaration
    public TimeSpanEditPaint()

    Methods

    DrawTimeSpanEdit(DrawingContext, Rect, String, GridStyleInfo)

    Draws the TimeSpanEdit Control in the cell rectangle.

    Declaration
    public void DrawTimeSpanEdit(DrawingContext dc, Rect rc, string text, GridStyleInfo style)
    Parameters
    Type Name Description
    System.Windows.Media.DrawingContext dc

    The drawing context.

    System.Windows.Rect rc

    Cell rectangle.

    System.String text

    Text to be drawn over the TimeSpanEdit Control.

    GridStyleInfo style

    Cell style information.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved