menu

WPF

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

    Show / Hide Table of Contents

    Class OnBeforeLineRenderArgs

    Class defines EditLineBackground Event Args

    Inheritance
    System.Object
    System.EventArgs
    OnBeforeLineRenderArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class OnBeforeLineRenderArgs : EventArgs

    Constructors

    OnBeforeLineRenderArgs()

    Declaration
    public OnBeforeLineRenderArgs()

    Properties

    BackgroundColor

    Gets/Sets to specify the Brush to customize the Line Background.

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

    IsFullLine

    Gets/Sets to specify whether to highlight Background for full line or within text limit.

    Declaration
    public bool IsFullLine { get; set; }
    Property Value
    Type
    System.Boolean

    LineItem

    Gets/Sets to specify the LineItem to be customized.

    Declaration
    public LineItem LineItem { get; set; }
    Property Value
    Type
    LineItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved