Class OnBeforeLineRenderArgs
Class defines EditLineBackground Event Args
Inheritance
System.Object
OnBeforeLineRenderArgs
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 |